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
The parallel execution will use multiple JVM processes and not threads. You can't share state between multiple JVM processes running different specifications and that might be the reason for the failure.
parallel execute running in the same jvm.
in my case not work correctlly.
i know maven support create mutiple jvm for test.
forkCount reuseForks:
https://maven.apache.org/surefire/maven-surefire-plugin/examples/fork-options-and-parallel-execution.html
Do you have any plans to support create multiple jvm for test?
The text was updated successfully, but these errors were encountered: