Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump @playwright/test from 1.17.2 to 1.19.2 in /site #396

Merged
merged 2 commits into from
Mar 3, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 3, 2022

Bumps @playwright/test from 1.17.2 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

Dependabot compatibility score

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/test](https://github.com/Microsoft/playwright) from 1.17.2 to 1.19.2.
- [Release notes](https://github.com/Microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.17.2...v1.19.2)

---
updated-dependencies:
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@codecov
Copy link

codecov bot commented Mar 3, 2022

Codecov Report

Merging #396 (c71a6b8) into main (7137416) will decrease coverage by 0.12%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #396      +/-   ##
==========================================
- Coverage   67.95%   67.82%   -0.13%     
==========================================
  Files         150      150              
  Lines        8482     8482              
  Branches       72       72              
==========================================
- Hits         5764     5753      -11     
- Misses       2142     2152      +10     
- Partials      576      577       +1     
Flag Coverage Δ
unittest-go-macos-latest 66.09% <ø> (-0.15%) ⬇️
unittest-go-ubuntu-latest 67.36% <ø> (-0.15%) ⬇️
unittest-go-windows-2022 65.38% <ø> (-0.08%) ⬇️
unittest-js 66.10% <ø> (ø)
Impacted Files Coverage Δ
provisionerd/provisionerd.go 69.11% <0.00%> (-1.66%) ⬇️
peerbroker/proxy.go 55.97% <0.00%> (-1.26%) ⬇️
coderd/provisionerdaemons.go 57.29% <0.00%> (-0.54%) ⬇️
peer/conn.go 78.51% <0.00%> (-0.52%) ⬇️
peer/channel.go 82.45% <0.00%> (+0.58%) ⬆️
peerbroker/dial.go 80.95% <0.00%> (+4.76%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7137416...c71a6b8. Read the comment docs.

@kylecarbs kylecarbs merged commit 73cb452 into main Mar 3, 2022
@kylecarbs kylecarbs deleted the dependabot/npm_and_yarn/site/playwright/test-1.19.2 branch March 3, 2022 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant