-
Notifications
You must be signed in to change notification settings - Fork 501
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(test): switch e2e to @playwright/test (#1983)
* chore: update eslint deps * chore: install missing dependencies * fix: eslint es module error * fix: move eslint-plugin-jsx-ally to devDeps * refactor(test): switch e2e to @playwright/test This removes deprecated jest-playwright which caused issues with latest dependencies. E2E are now pure playwright, which reduces the surface for bugs and should be more stable and easier to maintain in general. Co-authored-by: Marcin Rataj <[email protected]>
- Loading branch information
Showing
37 changed files
with
5,131 additions
and
10,797 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
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.