-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
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
patrol test
- assume FLAK tests to PASS
#1181
Comments
@fylyppo can't just use |
Maybe we can stay with FLAK output from test target (it gives me more info in tests summary) but let's change exit code for situation like: PASS first_test.dart on emulator-5554 to be 0. Reason: I have some listener for exit code and the goal is to know only about critical errors from test (only if test target fail every time). |
Good idea - I like it. |
The table summary with PASS/FLAK/FAIL is no longer available 2.0. Action item for @bartekpacia: Check how Gradle-generated and Xcode-generated reports look like with repeated tests: https://stackoverflow.com/questions/39193268/run-espresso-test-multiple-times |
This UI doesn't exist anymore since Patrol 2.0 |
This issue has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar problem, please file a new issue. Make sure to follow the template and provide all the information necessary to reproduce the issue. |
Requested by @fylyppo.
The tests in the project he works on are flaky.
He suggests adding a flag to
patrol_cli
to makeFLAK
tests becomePASS
:The tentative name for the flag:
--ignore-flakes
.The text was updated successfully, but these errors were encountered: