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.14.1 to 1.15.0 #2240

Merged
merged 1 commit into from
Sep 22, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 22, 2021

Bumps playwright from 1.14.1 to 1.15.0.

Release notes

Sourced from playwright's releases.

v1.15.0

🎭 Playwright Library

πŸ–±οΈ Mouse Wheel

By using Page.mouse.wheel you are now able to scroll vertically or horizontally.

πŸ“œ New Headers API

Previously it was not possible to get multiple header values of a response. This is now possible and additional helper functions are available:

🌈 Forced-Colors emulation

Its now possible to emulate the forced-colors CSS media feature by passing it in the context options or calling Page.emulateMedia().

New APIs

🎭 Playwright Test

🀝 test.parallel() run tests in the same file in parallel

test.describe.parallel('group', () => {
  test('runs in parallel 1', async ({ page }) => {
  });
  test('runs in parallel 2', async ({ page }) => {
  });
});

By default, tests in a single file are run in order. If you have many independent tests in a single file, you can now run them in parallel with test.describe.parallel(title, callback).

πŸ›  Add --debug CLI flag

By using npx playwright test --debug it will enable the Playwright Inspector for you to debug your tests.

... (truncated)

Commits
  • d379db5 fix(snapshot): render adoptedStyleSheets used in more than one node (#8886) (...
  • 792cc7f chore: cut v1.15.0 release
  • 1b49eec devops: enable manual publishing of canary docker (#8959)
  • 4f762ba feat: introduce experimental general-purpose grid (#8941)
  • 5379b2d fix(test runner): account for errors with inconsistent stack/message (#8950)
  • 9b08871 fix(test runner): print flaky tests summary in yellow, not in red (#8951)
  • 545d793 docs: an overview of reporter methods (#8948)
  • 2380b07 feat(fetch): introduce FetchRequest.dispose, fulfill with global fetch (#8945)
  • f68ae4a chore(create-playwright): enhance UX follow-ups and add more verbose Playwrig...
  • d82cb9a feat: addition of tags to JSON reporter output (#8920)
  • 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.14.1 to 1.15.0.
- [Release notes](https://github.com/Microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.14.1...v1.15.0)

---
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 September 22, 2021 04:15
@dependabot dependabot bot added the PR: Dependencies πŸ”© Changes only update dependencies label Sep 22, 2021
@remusao remusao merged commit aab3315 into master Sep 22, 2021
@remusao remusao deleted the dependabot/npm_and_yarn/playwright-1.15.0 branch September 22, 2021 08:08
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