Skip to content

Commit 1e40ec0

Browse files
authored
feat: support WDIO v8 (#708)
1 parent 50989f3 commit 1e40ec0

7 files changed

Lines changed: 1528 additions & 961 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,7 @@ jobs:
158158
CHROMEDRIVER_PATH: /usr/local/bin/chromedriver
159159

160160
webdriverio:
161-
docker:
162-
# using a node14 image instead of a node16 image due to WDIO
163-
# @see https://webdriver.io/blog/2021/07/28/sync-api-deprecation/
164-
- image: cimg/node:14.19-browsers
161+
<<: *defaults
165162
working_directory: ~/axe-core-npm
166163
steps:
167164
- checkout

0 commit comments

Comments
 (0)