workers option in the playwright.config.ts now accepts a percentage string to use some of the available CPUs. You can also pass it in the command line:
New field FullConfig.configFile is available to test reporters, specifying the path to the config file if any.
As announced in v1.25, Ubuntu 18 will not be supported as of Dec 2022. In addition to that, there will be no WebKit updates on Ubuntu 18 starting from the next Playwright release.
Command line options --grep and --grep-invert previously incorrectly ignored grep and grepInvert options specified in the config. Now all of them are applied together.
Browser Versions
... (truncated)
Commits
af0d293 cherry-pick(#17912): docs: mention that exact option is ignored for regex
c05225f cherry-pick(#17896): chore: make local docker build work on branch (#17906)
3f0af1e cherry-pick(#17893): fix(locators): make regex escape work when multiple spac...
923a583 cherry-pick(#17888): chore: make role name case-insensitive
b85b1ec cherry-pick(#17886): docs: v1.27 release notes for python, java and dotnet
299bcea cherry-pick(#17885): feat(api): make aria roles an enum
03c7f9c cherry-pick(#17879): test: rebaseline requestStorageAccess test for firefox-b...
3bf42ce cherry-pick(#17864): test: fix "getByText should work" with tracing enabled, ...
2993281 cherry-pick(#17863): chore(docker): make sure failed commands exit with non-z...
1bc426b cherry-pick(#17862): fix(esm+tsconfig): allow mapped ts files in esm mode
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 rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps playwright from 1.24.2 to 1.27.0.
Release notes
Sourced from playwright's releases.
... (truncated)
Commits
af0d293
cherry-pick(#17912): docs: mention thatexact
option is ignored for regexc05225f
cherry-pick(#17896): chore: make local docker build work on branch (#17906)3f0af1e
cherry-pick(#17893): fix(locators): make regex escape work when multiple spac...923a583
cherry-pick(#17888): chore: make role name case-insensitiveb85b1ec
cherry-pick(#17886): docs: v1.27 release notes for python, java and dotnet299bcea
cherry-pick(#17885): feat(api): make aria roles an enum03c7f9c
cherry-pick(#17879): test: rebaseline requestStorageAccess test for firefox-b...3bf42ce
cherry-pick(#17864): test: fix "getByText should work" with tracing enabled, ...2993281
cherry-pick(#17863): chore(docker): make sure failed commands exit with non-z...1bc426b
cherry-pick(#17862): fix(esm+tsconfig): allow mapped ts files in esm modeDependabot 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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)