-
-
Notifications
You must be signed in to change notification settings - Fork 125
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
chore(deps): update dependency testcafe to v3.7.1 #1301
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/testcafe-3.x
base: master
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
renovate
bot
force-pushed
the
renovate/testcafe-3.x
branch
2 times, most recently
from
December 30, 2023 04:47
ea216a5
to
9936d2d
Compare
renovate
bot
force-pushed
the
renovate/testcafe-3.x
branch
2 times, most recently
from
January 9, 2024 03:28
1764844
to
987cb0e
Compare
renovate
bot
force-pushed
the
renovate/testcafe-3.x
branch
2 times, most recently
from
February 28, 2024 18:21
6ffab2f
to
1f59469
Compare
renovate
bot
force-pushed
the
renovate/testcafe-3.x
branch
2 times, most recently
from
March 21, 2024 01:28
5d74214
to
379dba0
Compare
renovate
bot
force-pushed
the
renovate/testcafe-3.x
branch
2 times, most recently
from
April 3, 2024 21:30
07fe267
to
f814819
Compare
renovate
bot
force-pushed
the
renovate/testcafe-3.x
branch
3 times, most recently
from
April 25, 2024 14:15
76a1613
to
81d91cf
Compare
renovate
bot
changed the title
chore(deps): update dependency testcafe to v3.5.0
chore(deps): update dependency testcafe to v3.6.0
Apr 25, 2024
renovate
bot
force-pushed
the
renovate/testcafe-3.x
branch
from
May 14, 2024 00:48
81d91cf
to
5e753ce
Compare
renovate
bot
changed the title
chore(deps): update dependency testcafe to v3.6.0
chore(deps): update dependency testcafe to v3.6.1
Jun 10, 2024
renovate
bot
force-pushed
the
renovate/testcafe-3.x
branch
from
June 10, 2024 13:55
5e753ce
to
7dd55cb
Compare
renovate
bot
force-pushed
the
renovate/testcafe-3.x
branch
from
July 3, 2024 10:16
7dd55cb
to
ddcab77
Compare
renovate
bot
changed the title
chore(deps): update dependency testcafe to v3.6.1
chore(deps): update dependency testcafe to v3.6.2
Jul 3, 2024
renovate
bot
force-pushed
the
renovate/testcafe-3.x
branch
2 times, most recently
from
August 18, 2024 13:27
47fa76e
to
d93f4ad
Compare
renovate
bot
force-pushed
the
renovate/testcafe-3.x
branch
2 times, most recently
from
September 16, 2024 23:15
3d2d3e6
to
37aacbb
Compare
renovate
bot
force-pushed
the
renovate/testcafe-3.x
branch
from
November 4, 2024 14:41
37aacbb
to
47438e2
Compare
renovate
bot
changed the title
chore(deps): update dependency testcafe to v3.6.2
chore(deps): update dependency testcafe to v3.7.0
Nov 4, 2024
renovate
bot
force-pushed
the
renovate/testcafe-3.x
branch
2 times, most recently
from
November 20, 2024 22:27
df45d41
to
a59234b
Compare
renovate
bot
force-pushed
the
renovate/testcafe-3.x
branch
2 times, most recently
from
December 4, 2024 20:46
837e19c
to
b0b5b3e
Compare
renovate
bot
changed the title
chore(deps): update dependency testcafe to v3.7.0
chore(deps): update dependency testcafe to v3.7.1
Dec 18, 2024
renovate
bot
force-pushed
the
renovate/testcafe-3.x
branch
3 times, most recently
from
December 21, 2024 01:20
89c3c77
to
a5c049e
Compare
renovate
bot
force-pushed
the
renovate/testcafe-3.x
branch
from
January 27, 2025 10:09
a5c049e
to
158d514
Compare
renovate
bot
force-pushed
the
renovate/testcafe-3.x
branch
from
January 27, 2025 12:24
158d514
to
a151ec7
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
3.4.0
->3.7.1
Release Notes
DevExpress/testcafe (testcafe)
v3.7.1
Compare Source
Bug Fixes
v3.7.0
Compare Source
The TestCafe v3.7.0 update includes the capability to use
Metadata
as an interface,esm
configuration file option, and a number of bug fixes.meta-readmore
Declare Metadata Interface
Earlier versions of TestCafe supported
Metadata
as a type. In TestCafe v3.7.0 and higher, you should declareMetadata
as an interface.New Configuration File Option: esm
Earlier versions of TestCafe supported the ESM Module from the CLI only. In TestCafe v3.7.0 and higher, you can use the esm configuration file option. Note that this option only works with Node.js 18.19-18.xx, and 20.8.0 and up.
Bug Fixes
WebSocket connection closed
error in Chrome v130 (#8286).unknown
(#8228).WebSocket connection closed
error occurs while running TestCafe in Chrome v127. The updated version includes the--disable-search-engine-choice-screen
flag (#8240).leaveElement
method call causes an error when theprevElement
object is removed from the DOM (#8264).v3.6.2
Compare Source
Bug Fixes
v3.6.1
Compare Source
Bug Fixes
resizeWindow
method if you maximize the target window first. (#8157)v3.6.0
Compare Source
The TestCafe v3.6.0 update includes two minor changes and a number of bug fixes.
v3.5.0
Compare Source
TestCafe v3.5.0 includes multiple enhancements and bug fixes. Pass Selector queries to the Visual Selector Debugger, explore new ways to specify screenshot path patterns, and use a new experimental flag to run multi-window tests with native automation!
meta-readmore
Pass Selector queries to the Visual Selector Debugger
When you pass a Selector query to the t.debug() method, TestCafe uses the query to populate the input field of the Visual Selector Debugger. The debugger highlights page elements that match the query.
Use a custom path pattern for screenshots of failed tests
The
pathPatternOnFails
screenshot option allows TestCafe users to define a separate set of naming rules for screenshots taken on test failure. You can store these screenshots in a different folder, or add a common, recognizable element to their filenames. You can use this option on its own, or in conjunction with thepathPattern
property.Specify a path pattern for individual screenshots
Use the
pathPattern
option of the t.takeScreenshot action to specify a custom naming pattern for an individual screenshot:(Experimental) Run multi-window tests with native automation
TestCafe v2.5.0 was the first version of TestCafe to include native automation --- the capability to automate Chromium-based browsers with the native Chrome Debugging Protocol. This approach offers greater test stability and speed, but has a fair share of limitations. One of them is its incompatibility with multi-window tests.
TestCafe v3.5.0 offers an experimental solution for this issue --- the --experimental-multiple-windows CLI flag. If you enable this flag, you can run multi-window tests with the native automation engine.
The
--experimental-multiple-windows
mode does not support tests that include the following:Please do not use the
--experimental-multiple-windows
flag in production or for business-critical tasks.Bug Fixes
fixture.before
hook (#6999).Fixture.disableConcurrency
method does not disable concurrent test execution (8087).required
attribute (#8079).Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.