playwright-java icon indicating copy to clipboard operation
playwright-java copied to clipboard

[Bug]: The batch file cannot be found error in Java

Open pete89-p opened this issue 1 year ago • 0 comments

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. image an

Additional context

No response

Environment

Windows 11 Java 21 maven 3.8.4

pete89-p avatar Feb 21 '24 22:02 pete89-p