playwright-java
playwright-java copied to clipboard
[Bug]: The batch file cannot be found error in Java
Version
1.41.2
Steps to reproduce
clone repo: https://github.com/pete89-p/playwright_sample mvn clean test -Pchromium
Expected behavior
The tests run in multithread 4 at a time of 8. To disable comment-out properties in src/test/resources/junit-platform.properties. There should be no errors produced
Actual behavior
Running the test with or without a multithread setting produces a The batch file cannot be found. error. Moreover, a lot of temp folders are visible in AppData.
an
Additional context
No response
Environment
Windows 11 Java 21 maven 3.8.4