Skip to content

️ deps(dev): Bump @playwright/test from 1.17.1 to 1.19.2

Yogi Bot requested to merge dependabot-npm_and_yarn-playwright-test-1.19.2 into main

Bumps @playwright/test from 1.17.1 to 1.19.2.

Release notes

Sourced from @​playwright/test's releases.

v1.19.2

Highlights

This patch includes the following bug fixes:

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:

  • Google Chrome 98
  • Microsoft Edge 98

v1.19.1

Highlights

This patch includes the following bug fixes:

microsoft/playwright#12075 - [Question] After update to 1.19 firefox fails to run microsoft/playwright#12090 - [BUG] did something change on APIRequest/Response APIs ?

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:

  • 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> 

... (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 (#...
  • Additional commits viewable in compare view

Merge request reports