Skip to content

Commit

Permalink
Use WebdriverIO without @wdio/sync + fibers
Browse files Browse the repository at this point in the history
Migrates WebdriverIO tests away from the deprecated “sync” syntax which both unblocks Node.js 16+ upgrades in future and removes the requirement for a Python build step

See: #608
  • Loading branch information
colinrotherham committed Nov 20, 2023
1 parent bb3e9b7 commit 7f55161
Show file tree
Hide file tree
Showing 3 changed files with 118 additions and 336 deletions.
231 changes: 0 additions & 231 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"@wdio/sauce-service": "^7.33.0",
"@wdio/spec-reporter": "^7.33.0",
"@wdio/static-server-service": "^7.33.0",
"@wdio/sync": "^7.27.0",
"babel-loader": "^8.3.0",
"babel-plugin-istanbul": "^5.2.0",
"chai": "^4.3.10",
Expand Down
Loading

0 comments on commit 7f55161

Please sign in to comment.