-
-
Notifications
You must be signed in to change notification settings - Fork 148
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
Typescript with-out-of-the-box -> "undefined is not a function" #426
Comments
Sorry for the slow response, apparently GitHub has stopped sending me notifications by e-mail again... I don't think a The issue here is that this functionality isn't in a release yet, so depending on a released version (i.e. I'm also not sure if the explicit dependency on |
hi guys, seems to be a destructuring error in @cypress/browserify-preprocessor
cypress-cucumber-preprocessor wrapped the browserify options' transform with a function entry [Function: tranform, [{...}], [{...}]] |
That issue is addressed in cypress-io/cypress-browserify-preprocessor#57 @pauljosephatay. The main problem here, as I mentioned in #426 (comment), is that the latest release of this package does not depend on at least v3.0.1 of @cypress/browserify-preprocessor. When depending on @lgandecki can you tag a new version so this issue can be closed? |
There was an issue with a patch release, so this manual-releases.md change is to release a new patch version. Reference: #426
Sorry, something didn't click in the automatic release version and somehow I didn't understand your previous comment that basically stated that all we need is a release. |
No worries! I could probably have been a bit more to the point 😄 Thanks for the release 🎉 . I just updated my project to it and everything keeps working like a charm, so it should be all good. |
Current behavior
Based on https://github.com/TheBrainFamily/cypress-cucumber-preprocessor#with-out-of-the-box-support
and the official example repo, when I run the
test
-scriptDesired behavior
No error
Test code to reproduce
https://github.com/hiaux0/cypress-cucumber-example
One commit which adds out-of-the-box webpack preprocessing
Versions
The text was updated successfully, but these errors were encountered: