You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 11, 2025. It is now read-only.
Wrong browsers used with certain configurations. For all custom devices chromium is used. If devices described with same name and different defaultBrowserType, then it will be runned multiple times, and all times with chromium.
To Reproduce
Add some custom devices with defaultBrowserType to config.
Expected behavior
With browsers: ['chromium', 'firefox', 'webkit'], and devices: ['iPad Pro 11 landscape', 'iPhone SE', ...some custom configs...] test should be also runned on those described devices.
Desktop (please complete the following information):
OS: macOS
Playwright 1.6.1
jest-playwright 1.4.0
Jest configuration (Either in the package.json > jest or in the jest.config.js):