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

Wrong set options #589

@mmarkelov

Description

@mmarkelov

Describe the bug
Wrong passing options with this case.

// jest-playwright.config.js
...
contextOptions: {
  firefox: {...}
}

To Reproduce

  1. Looks good
// jest-playwright.config.js
...
browsers: ['firefox', 'webkit'],
contextOptions: {
  firefox: {
    ignoreHTTPSErrors: true,
  }
}
  1. Ignores specific options
// jest-playwright.config.js
...
browsers: ['webkit', 'firefox'],
contextOptions: {
  firefox: {
    ignoreHTTPSErrors: true,
  }
}

Expected behavior
Should work for two cases

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions