-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨Cancelable @percy/core methods (#654)
* 🚨 Turn off node callback literal lint rule * 🐛 Tighten browser launch check Also disable renderer backgrounding which can sometimes cause orphan chromium processes to hang around after tests * ✨ Allow configuring discovery concurrency with setConfig Also mirror snapshot concurrency in the upload queue * ✨ Make internal core method useful for other internal packages * ✨ Generalize queue's cancelable generators into a common util Utilize new util to rewrite the waitFor helper to be cancelable * 🐛 Fix page eval percy helpers Also strip coverage statements from injected code * ✨ Allow some core methods to be cancelable * 🐛 Fix implicit promise behavior of cancelable methods in callbacks
- Loading branch information
Wil Wilsman
authored
Dec 13, 2021
1 parent
0275af8
commit dc076d8
Showing
12 changed files
with
463 additions
and
177 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
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
Oops, something went wrong.