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

Detect Bazel JUnit 5 test runner stack frames #1085

Closed
wants to merge 1 commit into from

Conversation

fmeum
Copy link
Contributor

@fmeum fmeum commented Mar 14, 2023

Adds the community-maintained Bazel JUnit 5 test runner to the list of test framework packages to collapse or strip from stack traces.

Adds the [community-maintained JUnit 5 test runner](https://github.com/bazel-contrib/rules_jvm#java_junit5_test) to the list of test framework packages to collapse or strip from stack traces.
@fmeum
Copy link
Contributor Author

fmeum commented Mar 14, 2023

@shs96c as the maintainer of rules_jvm.

@@ -354,6 +354,7 @@ private enum StackFrameType {
"junit",
"org.junit",
"androidx.test.internal.runner",
"com.github.bazel_contrib.contrib_rules_jvm.junit5",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's the right package name for our runner.

@fmeum fmeum deleted the patch-1 branch March 15, 2023 07:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants