-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to load multiple feature file or execute group of features #40
Comments
Yes, each call to |
Ok, |
Also i have a issue ,below is my defibition when(/^the user loginto ART with credential from "([^"])" and "([^"])" column from spreadsheet$/, () => {
i can see before the first when is complete the test is moving to other When and then , how can i fix them and my requirement is to run them synchronously. |
So is |
As for avoiding repeating step definitions, it might help if you extract your step definitions into re-usable functions. |
Thanks i fixed my promise issue and now it works. |
Hi,
I want to execute group of features files through jest cucumber package and i see currently it allows only one feature to be loaded.
const feature=loadfeature('**/firstfeature.feature')
The text was updated successfully, but these errors were encountered: