Skip to content
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

[cypress-cucumber-preprocessor in nx] definitions not found #832

Closed
dereklin opened this issue Sep 20, 2022 · 3 comments
Closed

[cypress-cucumber-preprocessor in nx] definitions not found #832

dereklin opened this issue Sep 20, 2022 · 3 comments

Comments

@dereklin
Copy link

I am trying to add cypress-cucumber-preprocessor in nrwl/nx

image

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

  • Cypress version: ^10.7.0
  • Preprocessor version: ^13.0.0
  • Node version: v14.17.0

Checklist

@badeball
Copy link
Owner

Looks like there's a bug in handling absolute paths in stepDefintiions. You should use relative paths for now.

badeball added a commit that referenced this issue Sep 20, 2022
@badeball
Copy link
Owner

I've fixed this with v13.0.1.

@dereklin
Copy link
Author

Wow @badeball, you are super fast! Awesome! Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants