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 from 1.15.2 to 1.16.1 #2292

Merged
merged 1 commit into from
Oct 26, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 25, 2021

Bumps playwright from 1.15.2 to 1.16.1.

Release notes

Sourced from playwright's releases.

v1.16.1

Highlights

This patch includes bug fixes for the following issues:

microsoft/playwright#9688 - [REGRESSION]: toHaveCount does not work anymore with 0 elements microsoft/playwright#9692 - [BUG] HTML report shows locator._withElement for locator.evaluate

Browser Versions

  • Chromium 97.0.4666.0
  • Mozilla Firefox 93.0
  • WebKit 15.4

This version of Playwright was also tested against the following stable channels:

  • Google Chrome 94
  • Microsoft Edge 94

(1.16.0-1634781227000)

v1.16.0

🎭 Playwright Test

API Testing

Playwright 1.16 introduces new [API Testing] that lets you send requests to the server directly from Node.js! Now you can:

  • test your server API
  • prepare server side state before visiting the web application in a test
  • validate server side post-conditions after running some actions in the browser

To do a request on behalf of Playwright's Page, use new [page.request] API:

import { test, expect } from '@playwright/test';
test('context fetch', async ({ page }) => {
// Do a GET request on behalf of page
const response = await page.request.get('http://example.com/foo.json');
// ...
});

To do a stand-alone request from node.js to an API endpoint, use new [request fixture]:

</tr></table> 

... (truncated)

Commits
  • 5e12a4a cherry-pick(release-1.16): keep sw alive
  • 9edf0ed cherry-pick(release-1.16): don't ship src in @​playwright/test (#9722)
  • 627bed4 chore: mark v1.16.1 (#9721)
  • d9d9417 cherrty-pick(#9713): chore: pin expect package
  • aa7b216 charry-pick(#9698): feat(trace): add drop trace here label
  • 9c1f3bc charry-pick(#9697): fix(trace-viewer): restore dragndrop
  • 455683b cherry-pick(release-1.16.1): fix locator stacks to hide internal detail
  • a0321f4 cherry-pick(release-1.16.1): fix toHaveCount(0)
  • 945bbf2 chore: mark v1.16.0 (#9663)
  • cafe5f3 cherry-pick(release-1.16): allow serving html report w/ traces off relative path
  • 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](https://github.com/Microsoft/playwright) from 1.15.2 to 1.16.1.
- [Release notes](https://github.com/Microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.15.2...v1.16.1)

---
updated-dependencies:
- dependency-name: playwright
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from remusao as a code owner October 25, 2021 04:03
@dependabot dependabot bot added the PR: Dependencies 🔩 Changes only update dependencies label Oct 25, 2021
@remusao remusao merged commit 1231b36 into master Oct 26, 2021
@remusao remusao deleted the dependabot/npm_and_yarn/playwright-1.16.1 branch October 26, 2021 12:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: Dependencies 🔩 Changes only update dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant