Support Stacktrace when test crashes
Open
- Dominant language
- Python
- Stars
- 158
- Forks
- 69
- PR merge metrics
- No merged PRs in 30d
Description
Currently, when tests crashes, seems there is no stack trace. That would help a lot to investigate issue, especially for me when I migrate a project to bazel and some unit test crash.
How to reproduce:
Just put fatalError("") in unit tests or in testing swift code.
A similar issue is opened in Bazel but it seems belong the this xctestrunner: https://github.com/bazelbuild/bazel/issues/8050
Contributor guide
Assessment
This issue has not been assessed yet.