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

New browsers options #545

Merged
merged 6 commits into from
Jan 22, 2021
Merged

New browsers options #545

merged 6 commits into from
Jan 22, 2021

Conversation

mmarkelov
Copy link
Member

close #539

It will be able to specify browsers in this way:

// jest-playwright.config.js
{
  ...,
  browsers: ['firefox', {
    displayName: 'edge',
    name: 'chromium',
    launchOptions: {
      headless: false,
      executablePath: '/Applications/Microsoft Edge.app/Contents/MacOS/Microsoft Edge'
    }
  }],
}

@coveralls
Copy link

coveralls commented Jan 20, 2021

Pull Request Test Coverage Report for Build 504112739

  • 1 of 1 (100.0%) changed or added relevant line in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 95.906%

Totals Coverage Status
Change from base Build 502061777: 0.0%
Covered Lines: 105
Relevant Lines: 107

💛 - Coveralls

@mmarkelov mmarkelov merged commit 15e264c into master Jan 22, 2021
@mmarkelov mmarkelov deleted the New-browsers-options branch January 22, 2021 16:34
@PaulRosset
Copy link
Contributor

Thanks!

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.

[Feature request] Running tests suites on multiples chromium browser with different executablePath
3 participants