build(deps-dev): bump playwright from 1.17.1 to 1.24.2
Bumps playwright from 1.17.1 to 1.24.2.
Release notes
Sourced from playwright's releases.
v1.24.2
Highlights
This patch includes the following bug fixes:
microsoft/playwright#15977 - [BUG] test.use of storage state regression in 1.24
Browser Versions
- Chromium 104.0.5112.48
- Mozilla Firefox 102.0
- WebKit 16.0
This version was also tested against the following stable channels:
- Google Chrome 103
- Microsoft Edge 103
v1.24.1
Highlights
This patch includes the following bug fixes:
microsoft/playwright#15898 - [BUG] Typescript error: The type for webServer config property (TestConfigWebServer) is not typed correctly microsoft/playwright#15913 - [BUG] hooksConfig is required for mount fixture microsoft/playwright#15932 - [BUG] - Install MS Edge on CI Fails
Browser Versions
- Chromium 104.0.5112.48
- Mozilla Firefox 102.0
- WebKit 16.0
This version was also tested against the following stable channels:
- Google Chrome 103
- Microsoft Edge 103
v1.24.0
π Multiple Web Servers in
playwright.config.tsLaunch multiple web servers, databases, or other processes by passing an array of configurations:
// playwright.config.ts import type { PlaywrightTestConfig } from '@playwright/test'; const config: PlaywrightTestConfig = { webServer: [ { command: 'npm run start', </tr></table>
... (truncated)
Commits
0eb8a70chore: mark v1.24.2 (#16046)bd6f228cherry-pick(#15979): Revert "fix(test runner): ignore undefined values in fix...c08a7d8chore: mark v1.24.1 (#15936)dc0651dcherry-pick(#15933): fix: accomodate to changed MSEdge download format (#15935)2964ed5cherry-pick(#15921): fix(ct): optional hooksConfig mount option1b2cb1ccherry-pick(#15901): fix(test-runner): multiple webServer types (#15916)0776b95cherry-pick(#15881): docs: fix broken .NET intro example (#15885)b86776dcherry-pick(#15882): docs(python): fix typo: --headedd should be --he⦠(#15886)19a19aecherry-pick(#15863): docs: add release notes for dotnet, java, python (#15864)1cd6fd3chore: mark v1.24.0 (#15861)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)