Skip to content

Add ability to config debugOptions with jest-playwright.config #266

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

Conversation

mmarkelov
Copy link
Member

Added ability to support debugOptions in jest-playwright.config

// jest-playwright.config.js
module.exports = {
  browsers: ['chromium', 'firefox', 'webkit'],
  debugOptions: {
    browsers: ['chromium'],
    launchOptions: {
      headless: false,
    },
  },
};

Extra information in #216 comments

@mmarkelov mmarkelov requested a review from mxschmitt as a code owner July 31, 2020 19:18
@coveralls
Copy link

coveralls commented Jul 31, 2020

Pull Request Test Coverage Report for Build 190433137

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 92.857%

Totals Coverage Status
Change from base Build 189819192: 0.0%
Covered Lines: 102
Relevant Lines: 107

💛 - Coveralls

@mmarkelov mmarkelov merged commit 46574e9 into master Aug 3, 2020
@mmarkelov mmarkelov deleted the Add-ability-to-config-debugOptions-with-jest-playwright.config branch August 3, 2020 06:58
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.

3 participants