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

Test reports can be in a new location #340

Open
TrevCraw opened this issue Aug 30, 2024 · 0 comments
Open

Test reports can be in a new location #340

TrevCraw opened this issue Aug 30, 2024 · 0 comments
Labels
bug Something isn't working must-fix

Comments

@TrevCraw
Copy link
Contributor

Refer to OpenLiberty/liberty-tools-intellij#934 from LTI.

With the recent updates to version 3.5.0 for the Maven Surefire Plugin and Maven Failsafe Plugin, test reports are created in a new location by default.

We need to update the code where we currently hardcode the old location: https://github.com/OpenLiberty/liberty-tools-vscode/blob/main/src/liberty/devCommands.ts#L493

The current proposal is to check both new and old report locations, starting with the new location first.

@TrevCraw TrevCraw added bug Something isn't working must-fix labels Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working must-fix
Projects
Development

No branches or pull requests

1 participant