We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
A clear and concise description of what the bug is.
If you have a package with the following files:
And configure the flank yaml as follows:
gcloud: test-targets: - class com.xyz.MyTest1
Flank will match the following test classes: MyTest1; MyTest10; MyTest11; MyTest12; MyTest13
And — let's say each test class has one test method — flank will print the following output
Uploading app.apk .... Uploading app-androidTest.apk . 5 tests / 1 shard
To Reproduce
My flank.yml
gcloud: test-targets: - class com.xyz.MyTest1 record-video: true timeout: 60m async: false app: ./app.apk test: ./app-androidTest.apk auto-google-login: true use-orchestrator: true environment-variables: clearPackageData: true directories-to-pull: - /sdcard/screenshots performance-metrics: true device: - model: NexusLowRes version: 28 flank: testShards: 1 ignore-failed-tests: true repeatTests: 1
Expected behavior It should only run the tests of the specified class.
Details (please complete the following information):
Flank version 20.09.3
The text was updated successfully, but these errors were encountered:
Thanks for reporting! We’ll take a look.
Sorry, something went wrong.
pawelpasterz
Successfully merging a pull request may close this issue.
Describe the bug
If you have a package with the following files:
And configure the flank yaml as follows:
Flank will match the following test classes: MyTest1; MyTest10; MyTest11; MyTest12; MyTest13
And — let's say each test class has one test method — flank will print the following output
To Reproduce
My flank.yml
Expected behavior
It should only run the tests of the specified class.
Details (please complete the following information):
Flank version 20.09.3
The text was updated successfully, but these errors were encountered: