[Snyk] Upgrade playwright from 1.11.1 to 1.17.0 #76
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade playwright from 1.11.1 to 1.17.0.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
Release notes
Package name: playwright
Playwright v1.17
Frame Locators
Playwright 1.17 introduces frame locators - a locator to the iframe on the page. Frame locators capture the logic sufficient to retrieve the
iframe
and then locate elements in that iframe. Frame locators are strict by default, will wait foriframe
to appear and can be used in Web-First assertions.Frame locators can be created with either
page.frameLocator(selector)
orlocator.frameLocator(selector)
method.Read more at our documentation.
Trace Viewer Update
Playwright Trace Viewer is now available online at https://trace.playwright.dev! Just drag-and-drop your
trace.zip
file to inspect its contents.HTML Report Update
Ubuntu ARM64 support + more
New APIs
'title'
option'commit'
waiting optiontestConfig.snapshotDir
optiontestInfo.parallelIndex
testInfo.titlePath
testOptions.trace
has new optionsexpect.toMatchSnapshot
supports subdirectoriesreporter.printsToStdio()
Browser Versions
This version was also tested against the following stable channels:
Playwright v1.17 Release Candidate
Frame Locators
Playwright 1.17 introduces frame locators - a locator to the iframe on the page. Frame locators capture the logic sufficient to retrieve the
iframe
and then locate elements in that iframe. Frame locators are strict by default, will wait foriframe
to appear and can be used in Web-First assertions.Frame locators can be created with either
page.frameLocator(selector)
orlocator.frameLocator(selector)
method.Read more at our documentation.
Trace Viewer Update
Playwright Trace Viewer is now available online at https://trace.playwright.dev! Just drag-and-drop your
trace.zip
file to inspect its contents.HTML Report Update
Ubuntu ARM64 support + more
New APIs
'title'
option'commit'
waiting optiontestConfig.snapshotDir
optiontestInfo.parallelIndex
testInfo.titlePath
testOptions.trace
has new optionsexpect.toMatchSnapshot
supports subdirectoriesreporter.printsToStdio()
Highlights
This patch includes bug fixes for the following issues:
#9849 - [BUG]: toHaveCount fails with serialization error in 1.16 when elements do not yet exists
#9897 - [Bug]: TraceViewer doesn't show actions
#9902 - [BUG] Warn if the html-report gets opened with file://
Browser Versions
This version of Playwright was also tested against the following stable channels:
(1.16.3-1635814179000)
Highlights
This patch includes bug fixes for the following issues:
#7818 - [Bug]: dedup snapshot CSS images
#9741 - [BUG] Error while an attempt to install Playwright in CI -> Failed at the [email protected] install script
#9756 - [Regression] Page.screenshot does not work inside Docker with BrowserServer
#9759 - [BUG] 1.16.x the package.json is not export anymore
#9760 - [BUG] snapshot updating causes failures for all tries except the last
#9768 - [BUG] ignoreHTTPSErrors not working on page.request
Browser Versions
This version of Playwright was also tested against the following stable channels:
(1.16.2-1635322350000)
Highlights
This patch includes bug fixes for the following issues:
#9688 - [REGRESSION]: toHaveCount does not work anymore with 0 elements
#9692 - [BUG] HTML report shows locator._withElement for locator.evaluate
Browser Versions
This version of Playwright was also tested against the following stable channels:
(1.16.0-1634781227000)
Read more
Highlights
This patch includes bug fixes for the following issues:
#9261 - [BUG] npm init playwright fails on path spaces
#9298 - [Question]: Should new Headers methods work in RouteAsync ?
Browser Versions
This version of Playwright was also tested against the following stable channels:
1.15.2-1633455481000
Highlights
This patch includes bug fixes for the following issues:
#9065 - [BUG] browser(webkit): disable COOP support
#9092 - [BUG] browser(webkit): fix text padding
#9048 - [BUG] fix(test-runner): toHaveURL respect baseURL
#8955 - [BUG] fix(inspector): stop on all snapshottable actions
#8921 - [BUG] fix(test runner): after hooks step should not be nested
#8975 - [BUG] feat(fetch): support form data and json encodings
#9071 - [BUG] fix(fetch): be compatible with a 0 timeout
#8999 - [BUG] fix: do not dedup header values
#9038 - [BUG] fix: restore support for slowmo connect option
Browser Versions
This version of Playwright was also tested against the following stable channels:
1.15.0-1633020276000
Read more
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
🧐 View latest project report
🛠 Adjust upgrade PR settings
🔕 Ignore this dependency or unsubscribe from future upgrade PRs