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

Version 1.2.3 breaks non-browserify cypress setup #14

Closed
SBoudrias opened this issue Jan 8, 2019 · 2 comments
Closed

Version 1.2.3 breaks non-browserify cypress setup #14

SBoudrias opened this issue Jan 8, 2019 · 2 comments

Comments

@SBoudrias
Copy link

The release 1.2.3 appear to be forcing the default browserify preprocessor. b36fb9c#diff-7aa2d6e03c8f7e1334d6724f903c6819R26

This breaks our project using @cypress/preprocessor-webpack because no processing is done; so the JS syntax isn't valid and throw a parsing exception.

@meinaart
Copy link
Owner

meinaart commented Jan 9, 2019

I was afraid of that this would break something :(. I think I just have to break the support for "Running all tests" again to fix your issue.

I reported a bug to address the underlying issue for "All tests":
cypress-io/cypress#3090

meinaart pushed a commit that referenced this issue Jan 11, 2019
…breaks other functionality (Reopens #10) (Fixes #14)
@SBoudrias
Copy link
Author

Thanks for being so responsive on issues we're raising 😄

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