-
Notifications
You must be signed in to change notification settings - Fork 4.4k
JUnit 5 support #6681
Copy link
Copy link
Open
Labels
P4This is either out of scope or we don't have bandwidth to review a PR. (No assignee)This is either out of scope or we don't have bandwidth to review a PR. (No assignee)team-Rules-JavaIssues for Java rulesIssues for Java rulestype: feature request
Description
ATTENTION! Please read and follow:
- if this is a question about how to build / test / query / deploy using Bazel, ask it on StackOverflow instead: https://stackoverflow.com/questions/tagged/bazel
- if this is a discussion starter, send it to [email protected]
- if this is a bug or feature request, fill the form below as best as you can.
Description of the problem / feature request:
JUnit v5 (Jupiter) is a significant new version of JUnit, bringing many new features and changes.
Bazel should natively support JUnit v5 (Jupiter) tests. JUnit v5 annotations and assertions cannot be run in v4.
Feature requests: what underlying problem are you trying to solve with this feature?
"bazel test" should run for JUnit5 tests
Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
Replace this line with your answer.
What operating system are you running Bazel on?
Windows.
What's the output of bazel info release?
0.19.1
Have you found anything relevant by searching the web?
https://github.com/JeffreyFalgout/bazel-junit5.git
It fails with all kind of errors.
Any other information, logs, or outputs that you want to share?
Will upload sample on request.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P4This is either out of scope or we don't have bandwidth to review a PR. (No assignee)This is either out of scope or we don't have bandwidth to review a PR. (No assignee)team-Rules-JavaIssues for Java rulesIssues for Java rulestype: feature request