Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.

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'
    }
  }],
}

@mmarkelov mmarkelov requested a review from mxschmitt as a code owner January 20, 2021 19:22
@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 subscribe to this conversation on GitHub. Already have an account? Sign in.
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