Kiryl Shytsikau
Kiryl Shytsikau
Hi guys. I have the same issue - clean up some folders with test artifacts in BeforeAll / AfterAll hooks and got the following error - unlinking / deletion of...
I'm using `if (process.env.CUCUMBER_WORKER_ID === '0') { ... }` condition for actions in BeforeAll / AfterAll hooks that should be executed once (documentation - https://github.com/cucumber/cucumber-js/blob/main/docs/parallel.md) Thanks ) P.S. or even...
Agreed, I also use pause for other workers while actions that are common to all workers are completed in BeforeAll hook.