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.

slowMo in launch options is not passed correctly #203

@achwilko

Description

@achwilko

Unfortunately, slowMo (https://playwright.dev/#version=v1.2.0&path=docs%2Fapi.md&q=browsertypelaunchoptions--options-slowmo) param is not passed correctly in jest-playwright launch options.

To reproduce, try below jest-playwright.config file:

// jest-playwright.config.js
module.exports = {
  launchOptions: {
    args: ['--no-sandbox', '--disable-dev-shm-usage'],
    headless: false,
    slowMo: 250,
  },
  browsers: ['chromium'],
};
  • OS: Windows
  • playwright version 1.1.1.
  • jest-playwright-preset version 1.2.1

image

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