-
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
Make short error messages descriptive in iOS reports #1886
Comments
To compare instrumentation logs (only me and @bartekpacia ([email protected]) has access): |
To reproduce build of the native iOS app run any native iOS app with a one failing test, for example browserstack/xcuitest-sample-browserstack (modify code to make test failing). Make sure to run on XCUITest v2 API (the one that uses XCTestPlans). To reproduce build of the Flutter app:
Please ask in case of any questions, we're be happy to help. For BrowserStack people: see also #1923 |
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. |
Expected behavior
Reproduce:
patrol test -t integration_test/failing_test.dart
)Result
Actual behavior
Reproduce
More context
I run my tests on Browserstack and when I look into xcresult file there's only a short message per test case. This is very annoying.
More random ideas:
Maybe we can swap@bartekpacia: We tried this and it didn't change anything.XCTAssertTrue
with XCTFail?The text was updated successfully, but these errors were encountered: