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.17.2 to 1.18.1 in /ui #675

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 31, 2022

Bumps @playwright/test from 1.17.2 to 1.18.1.

Release notes

Sourced from @​playwright/test's releases.

v1.18.1

Highlights

This patch includes improvements to the TypeScript support and the following bug fixes:

microsoft/playwright#11550 - [REGRESSION]: Errors inside route handler does not lead to unhandled rejections anymore microsoft/playwright#11552 - [BUG] Could not resolve "C:\repo\framework\utils" in file C:\repo\tests\test.ts.

Browser Versions

  • Chromium 99.0.4812.0
  • Mozilla Firefox 95.0
  • WebKit 15.4

This version was also tested against the following stable channels:

  • Google Chrome 97
  • Microsoft Edge 97

v1.18.0

Locator Improvements

  • [locator.dragTo(locator)]
  • [expect(locator).toBeChecked({ checked })]
  • Each locator can now be optionally filtered by the text it contains:
    await page.locator('li', { hasText: 'my item' }).locator('button').click();
    Read more in [locator documentation].

Testing API improvements

  • [expect(response).toBeOK()]
  • [testInfo.attach()]
  • [test.info()]

Improved TypeScript Support

  1. Playwright Test now respects tsconfig.json's baseUrl and paths, so you can use aliases
  2. There is a new environment variable PW_EXPERIMENTAL_TS_ESM that allows importing ESM modules in your TS code, without the need for the compile step. Don't forget the .js suffix when you are importing your esm modules. Run your tests as follows:
npm i --save-dev @playwright/test@1.18.0
PW_EXPERIMENTAL_TS_ESM=1 npx playwright test

Create Playwright

The npm init playwright command is now generally available for your use:

... (truncated)

Commits

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript labels Jan 31, 2022
@dependabot dependabot bot requested a review from markphelps January 31, 2022 02:08
@codecov-commenter
Copy link

codecov-commenter commented Jan 31, 2022

Codecov Report

Merging #675 (274fa3a) into master (bbd3ce1) will not change coverage.
The diff coverage is n/a.

❗ Current head 274fa3a differs from pull request most recent head e3d58a2. Consider uploading reports for the commit e3d58a2 to get more accurate results
Impacted file tree graph

@@           Coverage Diff           @@
##           master     #675   +/-   ##
=======================================
  Coverage   82.86%   82.86%           
=======================================
  Files          17       17           
  Lines        1453     1453           
=======================================
  Hits         1204     1204           
  Misses        217      217           
  Partials       32       32           

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 a00aa0e...e3d58a2. Read the comment docs.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ui/playwright/test-1.18.1 branch 4 times, most recently from 842d46e to e9d28c9 Compare January 31, 2022 14:48
Bumps [@playwright/test](https://github.com/Microsoft/playwright) from 1.17.2 to 1.18.1.
- [Release notes](https://github.com/Microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.17.2...v1.18.1)

---
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 force-pushed the dependabot/npm_and_yarn/ui/playwright/test-1.18.1 branch from e9d28c9 to 274fa3a Compare January 31, 2022 15:38
@markphelps markphelps enabled auto-merge (squash) February 1, 2022 22:28
@markphelps markphelps merged commit d144aaa into master Feb 1, 2022
@markphelps markphelps deleted the dependabot/npm_and_yarn/ui/playwright/test-1.18.1 branch February 1, 2022 22:43
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