-
-
Notifications
You must be signed in to change notification settings - Fork 151
Running multiple features with webpack bundler throws error #694
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
Comments
Hey @jp7677, thanks for the feedback! I've released v9.0.1 that fixes this. |
Thanks a lot, that was really fast! |
Ouf, looks like I was a biit too quick there. v9.0.1 doesn't actually contain the fix, it's basically identical to v9.0.0. I've released v9.0.2 now, which contains 49e9723. |
I can confirm that version 9.0.2 does indeed fixes this, thanks a lot for the very fast help! |
Hi there,
Running the cypress-cucumber-preprocessor with the webpack example provided here https://github.com/badeball/cypress-cucumber-preprocessor/tree/master/examples/webpack works perfectly. Though as soon as you add a second feature file, e.g. by just making a copy of the
duckduckgo.feature
andduckduckgo.ts
files, running all integration tests fails withExpected to find an error message (this might be a bug, please report at https://github.com/badeball/cypress-cucumber-preprocessor)
. Note that running the features separately works fine. It is really just the run-all that fails.The error as presented in Cypress is:
Current behavior
See this screenshot what happens when running all tests.
Desired behavior
Running all tests should succeed with multiples feature files.
Test code to reproduce
As stated above, just making a copy of the feature/ts files in https://github.com/badeball/cypress-cucumber-preprocessor/tree/master/examples/webpack is sufficient to reproduce this behavior.
Versions
The text was updated successfully, but these errors were encountered: