-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(webdriverjs): upgrade to axe-core 4.3 (#312)
* feat(webdriverjs): upgrade to axe-core 4.3 * chore: parallelise runPartial * fix: properly run in parallel * chore: fix silly prettier problem * chore(cli): push test fix * chore: cleanup * chore: resolve feedback * chore: address feedback * chore: update tests * chore: simplify the implementation * chore: remove comment * chore: private runFramePartial * refactor(webdriverjs): make runPartialRecursive too long
- Loading branch information
1 parent
df1bff7
commit b416e74
Showing
28 changed files
with
33,200 additions
and
253 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
packages/cli/src/testutils/* | ||
packages/cli/src/**/**/*.test.ts | ||
packages/cli/src/**/**/*.test.ts | ||
packages/webdriverjs/src/test/fixtures/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.