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

Bump @playwright/test from 1.18.1 to 1.19.2 in /ui #742

Merged
merged 2 commits into from
Mar 14, 2022

Conversation

dependabot[bot]
Copy link
Contributor

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

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

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.18.1 to 1.19.2.
- [Release notes](https://github.com/Microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.18.1...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>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript labels Mar 14, 2022
@dependabot dependabot bot requested a review from markphelps March 14, 2022 02:11
@codecov-commenter
Copy link

codecov-commenter commented Mar 14, 2022

Codecov Report

Merging #742 (c9790ce) into master (521004d) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #742   +/-   ##
=======================================
  Coverage   82.56%   82.56%           
=======================================
  Files          19       19           
  Lines        1709     1709           
=======================================
  Hits         1411     1411           
  Misses        249      249           
  Partials       49       49           

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 521004d...c9790ce. Read the comment docs.

@github-actions
Copy link
Contributor

The licensed-ci GitHub Action has created a pull request containing license metadata updates based on the changes in this branch.

Please review the pull request for any additional changes required and merge when ready.

@markphelps markphelps enabled auto-merge (squash) March 14, 2022 14:28
@github-actions
Copy link
Contributor

The licensed-ci GitHub Action has updated a pull request containing license metadata updates based on the changes in this branch.

Please review the pull request for any additional changes required and merge when ready.

@markphelps markphelps merged commit 7b3824c into master Mar 14, 2022
@markphelps markphelps deleted the dependabot/npm_and_yarn/ui/playwright/test-1.19.2 branch March 14, 2022 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants