cucumber / cucumber/cucumber-android
Android Test Orchestrator - cucumber test report is deleted after each test
- 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
Assessment
This issue has not been assessed yet.