cucumber / cucumber/cucumber-android

Android Test Orchestrator - cucumber test report is deleted after each test

Open
#60 13 comments 0 reactions 0 assignees View on GitHub
Dominant language
Kotlin
Stars
146
Forks
60
Avg merge
5d 22h
Merged PRs (30d)
1

Description

Steps:
1. Setup Android project with cucumber android - create **several** tests
2. Enable Android Test Orchestrator + set clear package data after each test to true (I followed setup from cukeulator)
3. Run tests using adb and android test orchestrator (hint: [https://developer.android.com/training/testing/junit-runner#ato-command-line](url))
4. Pull test reports from device

Result:
4. Report contains only the last test

Expected:
4. Report should contain all tests

The reason seems to be quite straightforward - package data is deleted after each test by test orchestrator. I tried to setup another locations for the reports, but I can only write to external storage belonging to the package. Any idea how to workaround that?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.