-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Description
π€ What's the problem you're trying to solve?
I'm running the test case in parallel mode with cucumber-js --tags --parallel 8, with current hooks in CucumberJS library BeforeAll and AfterAll running for 8 times. I want single setup and teardown method for all 8 parallel process.
β¨ What's your proposed solution?
- add configuration level data in cucumber.json or CLI to make BeforeAll and AfterAll works only 1 time for all parallel process
- or add additional hooks like Setup and Teardown
β Have you considered any alternatives or workarounds?
No response
π Any additional context?
No response
Metadata
Metadata
Assignees
Labels
No labels