Skip to content
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

Closed
wants to merge 10 commits into from
Closed

chore: release v4.6.1 #696

wants to merge 10 commits into from

Commits on Jan 24, 2023

  1. Merge pull request #651 from dequelabs/master

    chore: merge master into develop
    straker authored Jan 24, 2023
    Configuration menu
    Copy the full SHA
    31bb4c5 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. fix: work with extremely large results (#667)

    * fix: work with extremely large partial results
    
    * fix tests
    
    * try again
    straker authored Feb 13, 2023
    Configuration menu
    Copy the full SHA
    395d5fc View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. chore(ci,webdriverjs): update selenium-webdriver to latest (#673)

    * chore(ci): update selenium-webdriver to latest
    
    * fix tests
    
    * udpate webdriverjs
    straker authored Feb 28, 2023
    Configuration menu
    Copy the full SHA
    b142be9 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. Configuration menu
    Copy the full SHA
    6121e55 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. 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
    not-my-profile authored Mar 16, 2023
    Configuration menu
    Copy the full SHA
    3a38cf7 View commit details
    Browse the repository at this point in the history
  2. fix(cli): increase --timeout default to 90 seconds (to match --help) (#…

    …683)
    
    The timeout was decreased in 6f5498e
    to 20 seconds (apparently accidentally since that commit was classfied
    as a refactor ... and it also didn't update the --help text accordingly).
    
    This commit changes it back to 90 seconds to match the --help text.
    not-my-profile authored Mar 16, 2023
    Configuration menu
    Copy the full SHA
    d11481b View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. refactor: make tests respect CHROMEDRIVER_PATH (#690)

    * refactor(webdriverjs): make code more DRY
    
    * refactor: make tests respect CHROMEDRIVER_PATH
    not-my-profile authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    b09ec5a View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Configuration menu
    Copy the full SHA
    13fd512 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1e12a8 View commit details
    Browse the repository at this point in the history
  3. chore: release v4.6.1

    docs: fix changelog
    attest-team-ci authored and michael-siek committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    e89b26e View commit details
    Browse the repository at this point in the history