-
Notifications
You must be signed in to change notification settings - Fork 4
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
testng launchers no longer work with eclipse 2023-06 #194
Comments
It still does not work due to
|
In addition, the M2E importer cannot be configured to run Maven with specific JRE version, hence the project is always imported as Java 11 project, There is some issue with Java 11 and Lombok under Eclipse: The cure can be replaceing:
to |
Should be resolved by #198 |
see #215 |
Description
TestNG launchers no longer work with eclipse 2023-06.
even after fixing all the above it still fails, apparently the test.properties file is not loaded at all.
Reproduction
Steps to reproduce the behavior:
Expected behavior
test(s) should execute/debug
** Actual Log **
The text was updated successfully, but these errors were encountered: