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
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.
@cypress/preprocessor-webpack
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
Breaking snapshot functionality when running all tests, previous fix …
b7de42d
…breaks other functionality (Reopens #10) (Fixes #14)
f3fbfca
Thanks for being so responsive on issues we're raising 😄
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: