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
As mentioned in #31, global error message are thrown.
The idea is to add a exitOnPageError flag into jest-puppeteer.config.js. This flag will be true by default.
exitOnPageError
true
If true, this line is effective, if not, this line is not effective.
The text was updated successfully, but these errors were encountered:
feat(jest-environment-puppeteer): added config option for global err …
d87c99a
…msg (#35) Closes #34
Successfully merging a pull request may close this issue.
As mentioned in #31, global error message are thrown.
The idea is to add a
exitOnPageError
flag into jest-puppeteer.config.js. This flag will betrue
by default.If
true
, this line is effective, if not, this line is not effective.The text was updated successfully, but these errors were encountered: