Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 14, 2020

Bumps playwright from 1.4.2 to 1.5.0.

Release notes

Sourced from playwright's releases.

v1.5.0

Highlights

  • Video screencasts API is now stable: Use the videosPath option while creating browser contexts to record videos for all pages within the context. See examples.
  • Test runner is available in preview: To setup a cross-browser end-to-end testing suite with Playwright, check out playwright-test. Try it out, and tell us what you think!

Playwright CLI

Breaking changes

  • Chromium sandboxing is now opt-in. This is to simplify running Playwright tests in CI environments. Learn how to enable sandboxing.
  • The Docker image adds pwuser as an optional user for non-root user environments.

Browser Versions

  • Chromium 88.0.4287.0
  • Mozilla Firefox 82.0b9
  • WebKit 14.0

New APIs

  • [browser.newPage()], [browser.newContext()] and [browserType.launchPersistentContext()] now support videosPath and videoSize option.
  • New [browserContext.browser()] method.
  • Both [browserContext.exposeBinding()] and [page.exposeBinding()] now accept handle option to pass handles instead of serialized values.

#3046 - [BUG] Browser doesnt get installed on Windows Server #3405 - [BUG] Attach multiple instance of playwright to browser server #3617 - [Question] Protocol error (Network.getResponseBody): No resource with given identifier foundError #3695 - [Question] Passing a DOM element to an exposed function #3705 - [Question] What is the best way to use "goto" in an application that uses long-polling? #3711 - [Question] Multithreading with playwright #3727 - [Feature] Get timeout on Page level #3897 - [BUG] Can't click button in Chromium headless mode #3905 - [BUG] subtree intercepts pointer events #3916 - [Question] Video recording: capturing popups #3918 - [Question]page.frame not referencing url in Chrome Dev Tools for Power BI report #3920 - [Feature] coverage per frame #3939 - [BUG] browserContext.newPage() sometimes hangs indefinitely #3962 - [Question] Why does chromiumBrowserContext.newCDPSession require a page? #3967 - [BUG] Not working with macos 10.13.6 (17G2208) #3970 - [Question] Recommendation on Node.js program to work with playwright to access SQL server or Databricks to query to get data values #3971 - [BUG] Firefox Timeout while waiting for popup #3976 - [Question] Wait for XHR triggered by action #3978 - [BUG] typing files and real code are different #3987 - [Question] Using firefox as browser on test throws: Response body is unavailable for redirect responses #3991 - [BUG] browserType.connect() promise never resolved after version 1.4.x #3995 - [Feature] Roll firefox to current beta

... (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)
Bumps [playwright](https://github.com/Microsoft/playwright) from 1.4.2 to 1.5.0. - [Release notes](https://github.com/Microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.4.2...v1.5.0) Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 14, 2020
@codecov-io
Copy link

codecov-io commented Oct 14, 2020

Codecov Report

Merging #147 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@ Coverage Diff @@ ## master #147 +/- ## ======================================= Coverage 96.62% 96.62% ======================================= Files 2 2 Lines 89 89 Branches 19 19 ======================================= Hits 86 86 Misses 2 2 Partials 1 1 

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 0ea6f72...104ec62. Read the comment docs.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 15, 2020

Superseded by #149.

@dependabot dependabot bot closed this Oct 15, 2020
@dependabot dependabot bot deleted the dependabot-npm_and_yarn-playwright-1.5.0 branch October 15, 2020 06:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

2 participants