-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update wdio dependencies to latest for firefox (#30822)
* chore: update wdio dependencies to latest and update patches [run ci] * chore: update webdriver
- Loading branch information
1 parent
b20bad6
commit 33eb6c8
Showing
11 changed files
with
127 additions
and
401 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Bump this version to force CI to re-create the cache from scratch. | ||
|
||
1-17-24 | ||
2-10-25 |
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
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
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
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
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
diff --git a/node_modules/@wdio/utils/README.md b/node_modules/@wdio/utils/README.md | ||
deleted file mode 100644 | ||
index 3e8048a..0000000 | ||
--- a/node_modules/@wdio/utils/README.md | ||
+++ /dev/null | ||
@@ -1,4 +0,0 @@ | ||
-WDIO Repl | ||
-========= | ||
- | ||
-> A WDIO helper utility to provide a repl interface WebdriverIO | ||
diff --git a/node_modules/@wdio/utils/build/node.js b/node_modules/@wdio/utils/build/node.js | ||
index 9c003aa..53cc9d7 100644 | ||
--- a/node_modules/@wdio/utils/build/node.js | ||
+++ b/node_modules/@wdio/utils/build/node.js | ||
@@ -5,6 +5,7 @@ import cp2 from "node:child_process"; | ||
import getPort from "get-port"; | ||
import waitPort from "wait-port"; | ||
import logger2 from "@wdio/logger"; | ||
+import debugModule from 'debug'; | ||
import split2 from "split2"; | ||
import { deepmerge } from "deepmerge-ts"; | ||
import { start as startSafaridriver } from "safaridriver"; | ||
@@ -32,6 +33,8 @@ import { download as downloadGeckodriver } from "geckodriver"; | ||
import { download as downloadEdgedriver } from "edgedriver"; | ||
import { locateChrome, locateFirefox, locateApp } from "locate-app"; | ||
var log = logger("webdriver"); | ||
+// wrap in cypress debugger statement to avoid extraneous messages to the console | ||
+log.setLevel(debugModule.enabled('cypress-verbose:server:browsers:webdriver') ? 'info' : 'silent') | ||
var EXCLUDED_PARAMS = ["version", "help"]; | ||
var canAccess = (file) => { | ||
if (!file) { | ||
@@ -283,6 +286,8 @@ function isEdge(browserName) { | ||
|
||
// src/node/startWebDriver.ts | ||
var log2 = logger2("@wdio/utils"); | ||
+// wrap in cypress debugger statement to avoid extraneous messages to the console | ||
+log2.setLevel(debugModule.enabled('cypress-verbose:server:browsers:webdriver') ? 'info' : 'silent') | ||
var DRIVER_WAIT_TIMEOUT = 10 * 1e3; | ||
async function startWebDriver(options) { | ||
if (process.env.WDIO_SKIP_DRIVER_SETUP) { |
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
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
Oops, something went wrong.
33eb6c8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Circle has built the
linux x64
version of the Test Runner.Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version
Run this command to install the pre-release locally:
33eb6c8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Circle has built the
linux arm64
version of the Test Runner.Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version
Run this command to install the pre-release locally:
33eb6c8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Circle has built the
darwin arm64
version of the Test Runner.Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version
Run this command to install the pre-release locally:
33eb6c8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Circle has built the
win32 x64
version of the Test Runner.Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version
Run this command to install the pre-release locally:
33eb6c8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Circle has built the
darwin x64
version of the Test Runner.Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version
Run this command to install the pre-release locally: