Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
chore: add comment for why we are using VSCode 1.85.2 for E2E tests (…
Browse files Browse the repository at this point in the history
…#5399)

Co-authored-by: peternhale <[email protected]>
  • Loading branch information
daphne-sfdc and peternhale authored Feb 6, 2024
1 parent c8b85c5 commit 1ffa214
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/runE2ETest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
os: [macos-latest, ubuntu-latest, windows-latest]
nodeVersion:
- 18.18.2
# We are using VSCode version 1.85.2 instead of the latest version because of a WDIO bug. Starting from Chromedriver v115, the JSON endpoint was moved to a new URL, but WDIO is still trying to find the endpoint only at the old URL. VSCode 1.85.2 is the last supported version of VSCode because it uses Chromedriver v114, which is the last Chromedriver version that can be found using the old URL. VSCode 1.86.0 uses Chromedriver v118, which has an endpoint that can be found only at the new URL.
# We are using VSCode 1.85.2 for our E2E tests as a workaround until WDIO fixes this bug: https://github.com/webdriverio-community/wdio-vscode-service/pull/94
vscodeVersion:
- 1.85.2
steps:
Expand Down

0 comments on commit 1ffa214

Please sign in to comment.