-
Notifications
You must be signed in to change notification settings - Fork 84
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(node,karma): Update selenium-webdriver (4.9.2) and add more error logs #1414
+138
−105
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
tombrunet
previously approved these changes
May 9, 2023
shunguoy
added a commit
that referenced
this pull request
Jul 24, 2024
…or logs (#1414) * update package.json * update web driver version and fix related errors #1356 * replace setDefaultService function in chrome #1356 * add more exception handling #1356 * more changes on the errors #1356 * clean up the code #1356 * add more error logs #1356 * update the boilerplates selenium-driver version from 4.3.0 to 4.8.0 #1356 * Use latest Selenium --------- Co-authored-by: Tom Brunet <[email protected]>
tombrunet
added a commit
that referenced
this pull request
Aug 22, 2024
* Update for Puppeteer 19 * Update imports for ESM * Fix object verification * Fix ACT runs * Throw out bounds differences within 2 * Update cypress package-lock * Split cypress test * Convert to absolute url for Windows * Update gulpfile * Split into cjs and mjs * Use modules for testing * Tests to mjs * Fix extension * More file extension changes * Fix require check * Fix file extension * Update file extensions * Fix testcase to work on Windows * Update meta hack for ACT test * chore(node,karma): Update selenium-webdriver (4.9.2) and add more error logs (#1414) * update package.json * update web driver version and fix related errors #1356 * replace setDefaultService function in chrome #1356 * add more exception handling #1356 * more changes on the errors #1356 * clean up the code #1356 * add more error logs #1356 * update the boilerplates selenium-driver version from 4.3.0 to 4.8.0 #1356 * Use latest Selenium --------- Co-authored-by: Tom Brunet <[email protected]> * chore(cypress): Update to latest Cypress (12.12.0) (#1451) * Update files to Cypress 12 * Use Node 18 for cypress * Update boilerplate * Put boilerplate dependency back * Update baseline * Run tests on Node 18 * Update test server packages * Update lock file * Try update ubuntu * Split server and run commands * Wrong command * Selenium refix * Wrong order * Add jest boilerplate, fix terser typeof issue (#1461) * Build failure * import problems * merge * Issues with imports * Import problems * Fix module imports * import problems * Deal with cjs vs mjs for __dirname * Fix filename * Don't support 14.x with the 4.x branch * Fix merge conflicts * update the puppeteer version * update the file * update the package.json files * update the comment * update configuration files * change from require to import * change require() to import * clean the code * update the config files * update the config * update the confi * upate files * update baselines * Create .npmrc * Update .npmrc * update conf file with node options * update the wdio test files and config * Update .npmrc * update the node options * update the code to use cjs * Update package.json * update the act conf * Create .npmrc * add node option in act test * Update package.json --------- Co-authored-by: Tom Brunet <[email protected]> Co-authored-by: ErickR <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 is related to the following issue(s):
#1356
Additional information can be found here:
Testing reference:
successfully pass selenium build and tests, or customer-test case (not provided) that causes some page loading errors.
I have conducted the following for this PR: