Closed nictownsend closed 3 years ago
Currently, you will need to import the common step definitions inside every .steps file.
.steps
If possible, this should be one-time jest setup, if jest-cucumber supports pre-test setup.
jest-cucumber
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days
Currently, you will need to import the common step definitions inside every
.steps
file.If possible, this should be one-time jest setup, if
jest-cucumber
supports pre-test setup.