-
Notifications
You must be signed in to change notification settings - Fork 70
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
Refactor JUnit feature #693
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks David. Can you give a description of the changes that this makes? For example you mention that the tests are discovered at runtime but in practice you are still using the test-ids.
There are changes which need to be reverted on the samples: build plugins versions and maven repositories.
Hey @melix the PR is not ready yet (it is in draft state). I will update PR description and revert unnecessary changes after I finish testing. |
e5f1112
to
9894536
Compare
88c100d
to
571acc3
Compare
29c75fe
to
b80fd65
Compare
This PR:
initializeAtBuildtime
launcher
andtestPlan
from ImageSingletonstestPlan
at runtime@FieldSource
annotations to solve Add support for@FieldSource
for@ParameterizedTest
methods #638