-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Try: Testing: Experiment with Puppeteer for E2E testing (#5618)
* Testing: Try puppeteer for E2E testing * E2E tests: move the hello gutenberg cypress test * E2E tests: Adding blocks test moved to puppeteer * Add multi-selection test * Adding the managing links test * Replace cypress with jest puppeteer * Remove useless eslint configs * Removing useless comments * Using snapshots for adding blocks tests * update Puppeteer to 1.2.0 * Increase Jest Timeout for slow CI environments * More stable tests by increasing timeouts and launching a new page on each test * Try treating the timeout as a successful navigation * Tools: Use Eslint overrides for e2e tests * Tools: Use Eslint overrides for e2e tests * Adding dependencies comment
- Loading branch information
1 parent
223342a
commit 4eed1e4
Showing
27 changed files
with
506 additions
and
1,041 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,5 +1,4 @@ | ||
build | ||
coverage | ||
cypress | ||
node_modules | ||
vendor |
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
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 was deleted.
Oops, something went wrong.
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.