wdio-cucumber-parallel-execution icon indicating copy to clipboard operation
wdio-cucumber-parallel-execution copied to clipboard

rewrite usage setup part for escaping "Error: ENOTEMPTY: directory not empty, rmdir" and "Error: Could not find job" errors

Open VitaliLebedzeu opened this issue 3 years ago • 0 comments

It should fix the Issue #17 and the "Error: Could not find a job" errors. They come across with putting the "wdioParallel.performSetup()" method as a global function into the "wdio.config.js" because this file is running with each new browser instance. This MR suggests to use the "wdioParallel.performSetup()" method only once in the onPrepare() hook.

VitaliLebedzeu avatar May 18 '21 10:05 VitaliLebedzeu