microsoft/playwright#12091 - [BUG] playwright 1.19.0 generates more than 1 trace file per test
microsoft/playwright#12106 - [BUG] Error: EBUSY: resource busy or locked when using volumes in docker-compose with playwright 1.19.0 and mcr.microsoft.com/playwright:v1.15.0-focal
Browser Versions
Chromium 100.0.4863.0
Mozilla Firefox 96.0.1
WebKit 15.4
This version was also tested against the following stable channels:
This version was also tested against the following stable channels:
Google Chrome 98
Microsoft Edge 98
v1.19.0
Version 1.19
Playwright Test Updates
Soft assertions
Playwright Test v1.19 now supports soft assertions. Failed soft assertions do not terminate test execution, but mark the test as failed. Read more in our documentation.
// Make a few checks that will not stop the test when failed...
await expect.soft(page.locator('#status')).toHaveText('Success');
await expect.soft(page.locator('#eta')).toHaveText('1 day');
</tr></table>
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.18.1 to 1.19.2.
Release notes
Sourced from playwright's releases.
... (truncated)
Commits
c3a0355
chore: mark v1.19.2 (#12320)77d9a8e
cherry-pick(#12323): fix: tolerate EBUSY error when removing output directori...d07e05f
Revert "cherry-pick(#12300): chore: best-effort cleanup for output folders th...0a1c1da
cherry-pick(#12300): chore: best-effort cleanup for output folders that are m...2e41670
cherry-pick(#12291): fix(list mode): keep outputDir intact (#12293)5b17ca9
cherry-pick(#12250): fix(electron): do not attach external debugger when runn...0037acf
cherry-pick(1.19): open all test traces in one viewer (#12142) (#12163)d22bde1
chore: mark v1.19.1 (#12132)e57b4b5
cherry-pick(#12070): fix: propagate exit code in experimental mode (#12133)46aeb8f
cherry-pick(#12124):fix(docker): add missing dependency to the docker 1.19 (#...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)