Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
update edgedriver version
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Nov 7, 2022
1 parent 5cbcf2a commit f36604a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Dependencies
run: npm ci
env:
EDGECHROMIUMDRIVER_VERSION: 105.0.1343.33
EDGECHROMIUMDRIVER_VERSION: 107.0.1418.8
- name: Build Project
run: npm run build
- name: Run Test
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ capabilities: [{
## Installation

```bash
EDGECHROMIUMDRIVER_VERSION=105.0.1343.33 npm install wdio-edgedriver-service --save-dev
EDGECHROMIUMDRIVER_VERSION=107.0.1418.8 npm install wdio-edgedriver-service --save-dev
```

Make sure you set the right version within the `EDGECHROMIUMDRIVER_VERSION` environment variable. Check [this page](https://msedgedriver.azureedge.net/) for all available versions.
Expand Down

0 comments on commit f36604a

Please sign in to comment.