Skip to content

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

Description

@pawelgiczewski

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)
  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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions