We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am trying to add cypress-cucumber-preprocessor in nrwl/nx
The step definition should be found in apps/hello-e2e/src/e2e/landing/landing.ts
Please follow the readme in my repo: https://github.com/dereklin/nx-cucumber-preprocessor
[email protected]
The text was updated successfully, but these errors were encountered:
Looks like there's a bug in handling absolute paths in stepDefintiions. You should use relative paths for now.
stepDefintiions
Sorry, something went wrong.
Support absolute paths in stepDefinitions
stepDefinitions
e72399e
This fixes #832.
d218b09
I've fixed this with v13.0.1.
Wow @badeball, you are super fast! Awesome! Thanks!
No branches or pull requests
I am trying to add cypress-cucumber-preprocessor in nrwl/nx
Desired behavior
The step definition should be found in apps/hello-e2e/src/e2e/landing/landing.ts
Test code to reproduce
Please follow the readme in my repo: https://github.com/dereklin/nx-cucumber-preprocessor
Versions
Checklist
[email protected]
(package name has changed and it is no longer the most recent version, see #689).The text was updated successfully, but these errors were encountered: