This repository has been archived by the owner on Jul 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Update dependency @playwright/test to v1.45.1 #909
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/playwright-monorepo
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
3 Skipped Deployments
|
renovate
bot
changed the title
Update dependency @playwright/test to v1.41.2
Update dependency @playwright/test to v1.42.1
Mar 2, 2024
renovate
bot
force-pushed
the
renovate/playwright-monorepo
branch
from
March 2, 2024 01:25
9f56bc4
to
c4c8a11
Compare
renovate
bot
force-pushed
the
renovate/playwright-monorepo
branch
from
March 30, 2024 01:23
c4c8a11
to
9426174
Compare
renovate
bot
force-pushed
the
renovate/playwright-monorepo
branch
from
April 6, 2024 00:05
9426174
to
88484c8
Compare
renovate
bot
changed the title
Update dependency @playwright/test to v1.42.1
Update dependency @playwright/test to v1.43.0
Apr 6, 2024
renovate
bot
force-pushed
the
renovate/playwright-monorepo
branch
from
April 13, 2024 02:26
88484c8
to
0de1311
Compare
renovate
bot
changed the title
Update dependency @playwright/test to v1.43.0
Update dependency @playwright/test to v1.43.1
Apr 13, 2024
renovate
bot
force-pushed
the
renovate/playwright-monorepo
branch
from
April 20, 2024 00:28
0de1311
to
eda57d6
Compare
renovate
bot
force-pushed
the
renovate/playwright-monorepo
branch
from
May 11, 2024 01:22
eda57d6
to
bb79afb
Compare
renovate
bot
changed the title
Update dependency @playwright/test to v1.43.1
Update dependency @playwright/test to v1.44.0
May 11, 2024
renovate
bot
force-pushed
the
renovate/playwright-monorepo
branch
from
May 18, 2024 04:44
bb79afb
to
5ced214
Compare
renovate
bot
force-pushed
the
renovate/playwright-monorepo
branch
from
May 25, 2024 00:53
5ced214
to
dbad390
Compare
renovate
bot
changed the title
Update dependency @playwright/test to v1.44.0
Update dependency @playwright/test to v1.44.1
May 25, 2024
renovate
bot
force-pushed
the
renovate/playwright-monorepo
branch
from
June 1, 2024 00:36
dbad390
to
bed6a4d
Compare
renovate
bot
force-pushed
the
renovate/playwright-monorepo
branch
from
June 8, 2024 00:55
bed6a4d
to
4271e34
Compare
renovate
bot
force-pushed
the
renovate/playwright-monorepo
branch
from
June 22, 2024 00:18
4271e34
to
15504c2
Compare
renovate
bot
force-pushed
the
renovate/playwright-monorepo
branch
from
June 29, 2024 00:51
15504c2
to
e34c0f7
Compare
renovate
bot
changed the title
Update dependency @playwright/test to v1.44.1
Update dependency @playwright/test to v1.45.0
Jun 29, 2024
renovate
bot
force-pushed
the
renovate/playwright-monorepo
branch
from
July 6, 2024 00:04
e34c0f7
to
0c05807
Compare
renovate
bot
changed the title
Update dependency @playwright/test to v1.45.0
Update dependency @playwright/test to v1.45.1
Jul 6, 2024
renovate
bot
force-pushed
the
renovate/playwright-monorepo
branch
from
July 13, 2024 01:28
0c05807
to
9b35b00
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
None yet
0 participants
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.
This PR contains the following updates:
1.41.1
->1.45.1
Release Notes
microsoft/playwright (@playwright/test)
v1.45.1
Compare Source
v1.45.0
Compare Source
v1.44.1
Compare Source
Highlights
https://github.com/microsoft/playwright/issues/30779 - [REGRESSION]: When using
video: 'on'
with VSCode extension the browser got closedhttps://github.com/microsoft/playwright/issues/30755 - [REGRESSION]: Electron launch with spaces inside executablePath didn't workhttps://github.com/microsoft/playwright/issues/307700 - [REGRESSION]: Mask elements outside of viewport when creating fullscreen screenshots didn't worhttps://github.com/microsoft/playwright/issues/3085858 - [REGRESSION]: ipv6 got shown instead of localhost in show-trace/show-report
Browser Versions
This version was also tested against the following stable channels:
v1.44.0
Compare Source
New APIs
Accessibility assertions
expect(locator).toHaveAccessibleName() checks if the element has the specified accessible name:
expect(locator).toHaveAccessibleDescription() checks if the element has the specified accessible description:
expect(locator).toHaveRole() checks if the element has the specified ARIA role:
Locator handler
noWaitAfter
option.times
option in page.addLocatorHandler() to specify maximum number of times the handler should be run.Miscellaneous options
multipart
option inapiRequestContext.fetch()
now acceptsFormData
and supports repeating fields with the same name.expect(callback).toPass({ intervals })
can now be configured byexpect.toPass.inervals
option globally in testConfig.expect or per project in testProject.expect.expect(page).toHaveURL(url)
now supportsignoreCase
option.testProject.ignoreSnapshots allows to configure per project whether to skip screenshot expectations.
Reporter API
outputFile
. The same option can also be specified asPLAYWRIGHT_BLOB_OUTPUT_FILE
environment variable that might be more convenient on CI/CD.includeProjectInTestName
option.Command line
--last-failed
CLI option for running only tests that failed in the previous run.First run all tests:
$ npx playwright test Running 103 tests using 5 workers ... 2 failed [chromium] › my-test.spec.ts:8:5 › two ───────────────────────────────────────────────────────── [chromium] › my-test.spec.ts:13:5 › three ────────────────────────────────────────────────────── 101 passed (30.0s)
Now fix the failing tests and run Playwright again with
--last-failed
option:$ npx playwright test --last-failed Running 2 tests using 2 workers 2 passed (1.2s)
Browser Versions
This version was also tested against the following stable channels:
v1.43.1
Compare Source
Highlights
https://github.com/microsoft/playwright/issues/30300 - [REGRESSION]: UI mode restarts if keep storage statehttps://github.com/microsoft/playwright/issues/303399 - [REGRESSION]: Brand new install of playwright, unable to run chromium with show browser using vscode
Browser Versions
This version was also tested against the following stable channels:
v1.43.0
Compare Source
New APIs
Method browserContext.clearCookies() now supports filters to remove only some cookies.
New mode
retain-on-first-failure
for testOptions.trace. In this mode, trace is recorded for the first run of each test, but not for retires. When test run fails, the trace file is retained, otherwise it is removed.New property testInfo.tags exposes test tags during test execution.
New method locator.contentFrame() converts a
Locator
object to aFrameLocator
. This can be useful when you have aLocator
object obtained somewhere, and later on would like to interact with the content inside the frame.New method frameLocator.owner() converts a
FrameLocator
object to aLocator
. This can be useful when you have aFrameLocator
object obtained somewhere, and later on would like to interact with theiframe
element.UI Mode Updates
@fast
or clicking on the tag itself.Browser Versions
This version was also tested against the following stable channels:
v1.42.1
Compare Source
Highlights
https://github.com/microsoft/playwright/issues/29732 - [Regression]: HEAD requests to webServer.url since v1.42.0https://github.com/microsoft/playwright/issues/297466 - [Regression]: Playwright CT CLI scripts fail due to broken initializePlugin imporhttps://github.com/microsoft/playwright/issues/2973939 - [Bug]: Component tests fails when imported a module with a dot in a nahttps://github.com/microsoft/playwright/issues/29731731 - [Regression]: 1.42.0 breaks some import statemehttps://github.com/microsoft/playwright/issues/297609760 - [Bug]: Possible regression with chained locators in v1.42
Browser Versions
This version was also tested against the following stable channels:
v1.42.0
Compare Source
New APIs
Test tags
New tag syntax for adding tags to the tests (@-tokens in the test title are still supported).
Use
--grep
command line option to run only tests with certain tags.Annotating skipped tests
New annotation syntax for test annotations allows annotating the tests that do not run.
page.addLocatorHandler()
New method page.addLocatorHandler() registers a callback that will be invoked when specified element becomes visible and may block Playwright actions. The callback can get rid of the overlay. Here is an example that closes a cookie dialog when it appears.
Project wildcard filter
Playwright command line flag now supports '*' wildcard when filtering by project.
Other APIs
expect(callback).toPass({ timeout })
The timeout can now be configured by
expect.toPass.timeout
option globally or in project configelectronApplication.on('console')
electronApplication.on('console') event is emitted when Electron main process calls console API methods.
page.pdf() accepts two new options
tagged
andoutline
.Breaking changes
Mixing the test instances in the same suite is no longer supported. Allowing it was an oversight as it makes reasoning about the semantics unnecessarily hard.
Announcements
Browser Versions
This version was also tested against the following stable channels:
v1.41.2
Compare Source
Highlights
https://github.com/microsoft/playwright/issues/29123 - [REGRESSION] route.continue: Protocol error (Fetch.continueRequest): Invalid InterceptionId.
Browser Versions
This version was also tested against the following stable channels:
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - "after 8pm and before 8am every weekday,every weekend" (UTC).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.