-
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: Revert "chore: update wdio dependencies to latest for firefox (#…
- Loading branch information
1 parent
d733b86
commit 66bf74f
Showing
11 changed files
with
401 additions
and
127 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. | ||
|
||
2-10-25 | ||
1-17-24 |
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 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,31 @@ | ||
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/index.js b/node_modules/@wdio/utils/build/index.js | ||
index 1540cb6..07bd02e 100644 | ||
--- a/node_modules/@wdio/utils/build/index.js | ||
+++ b/node_modules/@wdio/utils/build/index.js | ||
@@ -571,6 +571,7 @@ import cp2 from "node:child_process"; | ||
import getPort from "get-port"; | ||
import waitPort from "wait-port"; | ||
import logger3 from "@wdio/logger"; | ||
+import debugModule from 'debug' | ||
import split2 from "split2"; | ||
import { deepmerge } from "deepmerge-ts"; | ||
import { start as startSafaridriver } from "safaridriver"; | ||
@@ -681,6 +682,8 @@ var init_startWebDriver = __esm({ | ||
init_utils(); | ||
init_constants(); | ||
log2 = logger3("@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') | ||
DRIVER_WAIT_TIMEOUT = 10 * 1e3; | ||
} | ||
}); |
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
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.
66bf74f
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:
66bf74f
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:
66bf74f
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: