Skip to content
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

Add a way to identify tests that crashed #8

Open
lawrence-forooghian opened this issue Feb 28, 2022 · 1 comment
Open

Add a way to identify tests that crashed #8

lawrence-forooghian opened this issue Feb 28, 2022 · 1 comment

Comments

@lawrence-forooghian
Copy link
Collaborator

lawrence-forooghian commented Feb 28, 2022

I'm interested in finding out which tests crashed. In JUnit test report language, these are "errors". However, trainer (which generates our iOS test reports) doesn't currently know how to interpret crashes. So it would be good to have some other way of finding them. Perhaps a simple addition to the filters, allowing us to search by test case failure message (for strings like exception or crash).

┆Issue is synchronized with this Jira Uncategorised by Unito

@lawrence-forooghian
Copy link
Collaborator Author

I've added a failure message filter: https://test-observability.herokuapp.com/uploads?createdAfter=&failureMessage=crash

But it doesn't show much in the way of useful information about the crash - I reckon this is hidden in the test logs / .xcresult bundle, which we don't have in the case of tests that run in a loop.

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

No branches or pull requests

1 participant