You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actual results:
Test run failed to start due to error: [ERROR] There was an error in the forked process [ERROR] org.junit.platform.commons.PreconditionViolationException: Cannot create Launcher without at least one TestEngine; consider adding an engine implementation JAR to the classpath
Possible workaround:
Add 'junit-jupiter-engine' depenendecy to POM
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
mvn clean test
Actual results:
Test run failed to start due to error:
[ERROR] There was an error in the forked process [ERROR] org.junit.platform.commons.PreconditionViolationException: Cannot create Launcher without at least one TestEngine; consider adding an engine implementation JAR to the classpath
Possible workaround:
The text was updated successfully, but these errors were encountered: