-
Notifications
You must be signed in to change notification settings - Fork 68
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: release v4.6.1 #696
Commits on Jan 24, 2023
-
Merge pull request #651 from dequelabs/master
chore: merge master into develop
Configuration menu - View commit details
-
Copy full SHA for 31bb4c5 - Browse repository at this point
Copy the full SHA 31bb4c5View commit details
Commits on Feb 13, 2023
-
fix: work with extremely large results (#667)
* fix: work with extremely large partial results * fix tests * try again
Configuration menu - View commit details
-
Copy full SHA for 395d5fc - Browse repository at this point
Copy the full SHA 395d5fcView commit details
Commits on Feb 28, 2023
-
chore(ci,webdriverjs): update selenium-webdriver to latest (#673)
* chore(ci): update selenium-webdriver to latest * fix tests * udpate webdriverjs
Configuration menu - View commit details
-
Copy full SHA for b142be9 - Browse repository at this point
Copy the full SHA b142be9View commit details
Commits on Mar 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6121e55 - Browse repository at this point
Copy the full SHA 6121e55View commit details
Commits on Mar 16, 2023
-
ci: fix webdriverio test using wrong chromedriver (#684
The webdriverio CI job was failing with the error message: session not created: This version of ChromeDriver only supports Chrome version 109 Current browser version is 111.0.5563.64 with binary path /usr/bin/google-chrome Despite the job running the following steps: - browser-tools/install-chrome - browser-tools/install-chromedriver - run: npm run coverage --prefix=packages/webdriverio And browser-tools/install-chromedriver automatically installing the right version of chromedriver based on the previously installed chrome version.[1] This was because browser-tools/install-chromedriver installed the chromedriver under /usr/local/bin/chromedriver while packages/webdriverio/src/test.ts was using the chromedriver from the chromedriver NPM package (which is currently set to ^109.0.0 in package.json). This commit changes the webdriverio test code to instead use the system-wide installed chromedriver (that has been installed via browser-tools/install-chromedriver) in a CI environment. [1]: https://circleci.com/developer/orbs/orb/circleci/browser-tools#commands-install-chromedriver
Configuration menu - View commit details
-
Copy full SHA for 3a38cf7 - Browse repository at this point
Copy the full SHA 3a38cf7View commit details -
fix(cli): increase --timeout default to 90 seconds (to match --help) (#…
Configuration menu - View commit details
-
Copy full SHA for d11481b - Browse repository at this point
Copy the full SHA d11481bView commit details
Commits on Mar 20, 2023
-
refactor: make tests respect CHROMEDRIVER_PATH (#690)
* refactor(webdriverjs): make code more DRY * refactor: make tests respect CHROMEDRIVER_PATH
Configuration menu - View commit details
-
Copy full SHA for b09ec5a - Browse repository at this point
Copy the full SHA b09ec5aView commit details
Commits on Mar 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 13fd512 - Browse repository at this point
Copy the full SHA 13fd512View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1e12a8 - Browse repository at this point
Copy the full SHA a1e12a8View commit details -
docs: fix changelog
Configuration menu - View commit details
-
Copy full SHA for e89b26e - Browse repository at this point
Copy the full SHA e89b26eView commit details