-
Notifications
You must be signed in to change notification settings - Fork 127
SCANMAVEN-324 Convert e2e tests to invoker #342
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
base: master
Are you sure you want to change the base?
Conversation
|
@dorian-burihabwa-sonarsource this PR should be rebased on master once:
|
027168f to
11c8996
Compare
11c8996 to
28a7c5f
Compare
28a7c5f to
03b21c0
Compare
|
|
This is not a review but just a summary of the changes to help with reviewing: Tests Removed from Java (MavenTest.java)The following Java test methods were removed and converted to invoker tests:
File Movements & RenamesMajor Renames (Test directory restructuring for clarity):
Projects Migrated from e2e/projects/maven:
Deleted Projects (no longer needed):
New Invoker Test StructureEach converted test now follows the Maven Invoker Plugin convention: test-name/ ItUtils.java:
MavenTest.java:
|
|
This PR is stale because it has been open 7 days with no activity. If there is no activity in the next 7 days it will be closed automatically |
|





SCANMAVEN-324
Invoker tests are much faster than e2e tests.
Many tests can be converted from e2e to invoker.
I did some of them, but this can be continued.
Saves ~1min on the pipeline.