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

feat(testrunner): add new testrunner options #4718

Merged
merged 1 commit into from
Jul 17, 2019

Conversation

aslushnikov
Copy link
Contributor

@aslushnikov aslushnikov commented Jul 16, 2019

This patch adds new TestRunner options:

  • disableTimeoutWhenInspectorIsEnabled - disable test timeout if
    testrunner detects enabled inspector.
  • breakOnFailure - if testrunner should terminate test running on
    first test failure

This patch adds new TestRunner options:
- `disableTimeoutWhenInspectorIsEnabled` - disable test timeout if
  testrunner detects enabled inspector.
- `breakOnFailure` - if testrunner should terminate test running on
  first test failure
@aslushnikov aslushnikov merged commit 835e884 into puppeteer:master Jul 17, 2019
@aslushnikov aslushnikov deleted the extra-options branch July 17, 2019 17:32
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

Successfully merging this pull request may close these issues.

2 participants