-
Notifications
You must be signed in to change notification settings - Fork 22
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
Consider separate artifacts for JUnit 4 and JUnit 5 #1363
Comments
Will be done as part of vaadin/flow#14784 |
Changes pushed to #1550 |
9 tasks
Reopenning as |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Now that Java UI test project is in progress TestBench has dependencies to both JUnit 4 and JUnit 5
testbench/vaadin-testbench-core/pom.xml
Lines 325 to 348 in ebb023e
This can be inconvenient for users when writing tests as it's possible to accidentally mix JUnit versions and get unexpected results, for instance: wrong imports, wrong annotations or wrong asserts.
One option discussed previously was about having different specific artifacts for JUnit 4 and JUnit 5. There was a previous preparation for this approach from @Artur- by creating a shared module in #1318.
The text was updated successfully, but these errors were encountered: