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

build(deps): bump playwright from 1.8.1 to 1.9.0 #1707

Merged
merged 1 commit into from
Feb 24, 2021

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps playwright from 1.8.1 to 1.9.0.

Release notes

Sourced from playwright's releases.

v1.9.0

Highlights

  • Playwright Inspector is a new GUI tool to author and debug your tests.

    • Line-by-line debugging of your Playwright scripts, with play, pause and step-through.
    • Author new scripts by recording user actions.
    • Generate element selectors for your script by hovering over elements.
    • Set the PWDEBUG=1 environment variable to launch the Inspector
  • Pause script execution with await page.pause() in headed mode. Pausing the page launches Playwright Inspector for debugging.

  • New has-text pseudo-class for CSS selectors. :has-text("example") matches any element containing "example" somewhere inside, possibly in a child or a descendant element. See more examples.

  • Page dialogs are now auto-dismissed during execution, unless a listener for dialog event is configured. Learn more about this.

  • Playwright for Python is now stable with an idiomatic snake case API and pre-built Docker image to run tests in CI/CD.

Browser Versions

  • Chromium 90.0.4421.0
  • Mozilla Firefox 86.0b10
  • WebKit 14.1

New APIs

#3337 - [REGRESSION]: NS_ERROR_FILE_ALREADY_EXISTS with Firefox sporadically #3697 - [Feature] allow selecting the second (k-th) selector match. #3866 - [Feature] Driver - allow to install only selected browsers #4366 - [BUG] Webkit in Docker only scroll once #5174 - [Feature] codegen: use name to reference iframes #4485 - [QUESTION] failed to launch chromium error while running npx jest within Dockerfile.bionic #5186 - [BUG] codegen: race when element changes the selector during the action #4585 - [Question] Video not being loaded, therefore it can't be played #4624 - Endless frameattached events [BUG] #4655 - [BUG] Navigation failed because page crashed! (Javascript tests) #4660 - Can't find profile directory #5182 - [BUG] cli/debug: Evaluation failed, This document requires 'TrustedHTML' assignment. #4750 - integration for the aXe accessibility testing engine [Feature] #4776 - [Question] MaxListenersExceededWarning: Possible EventEmitter memory leak detected. #4780 - [BUG] Error: EPERM: operation not permitted, unlink "..../CrashpadMetrics-active.pma" #4810 - [BUG] Different Chromium -webkit-focus-ring-color for headless/headful #5190 - [BUG] codegen: do not use select's innerText for selector #5185 - [BUG] Codegen does not record actions after pressing concrete keys #4842 - [Question] Can't add 'set-cookie' headers via page.route fulfill?

... (truncated)

Commits
  • 765f735 chore: mark v1.9.0 (#5552)
  • 096ddab fix(inspector): hide drawer when recording (#5548)
  • cadcd53 docs(why-playwright): fix link to downloads doc (#5505)
  • 75ee727 docs(api): fix api reference links for textContent (#5498)
  • 74ae013 test(webkit); enable test to scroll twice (#5550)
  • 4ae4c3c browser(webkit): fix response.requestHeaders instrumentation in libsoup after...
  • 8316f41 browser(webkit): roll to 02-22 (#5547)
  • b42c369 fix(codegen): replace html lib with createElement (#5531)
  • eb9c8ce feat(chromium): roll Chromium to Dev @ Feb 19, 2021 (#5536)
  • c3ee1cf chore(docs): use shared template for waitFroNavigation.url (#5520)
  • 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.

If all status checks pass Dependabot will automatically merge this pull request.


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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [playwright](https://github.com/Microsoft/playwright) from 1.8.1 to 1.9.0.
- [Release notes](https://github.com/Microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.8.1...v1.9.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the PR: Dependencies 🔩 Changes only update dependencies label Feb 24, 2021
@dependabot-preview dependabot-preview bot requested a review from remusao February 24, 2021 04:46
@dependabot-preview dependabot-preview bot merged commit e97a311 into master Feb 24, 2021
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/playwright-1.9.0 branch February 24, 2021 04:54
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.

0 participants