You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New: integration test for staging env w/ Puppeteer
- Installs Puppeteer as a dev dependency on package.json.
- Requests a collection of webhint.io staging URLs and saves the response in a
Map() object.
- Iterates over the Map and checks if is there any status different from 200 or
another unknown error.
- If there is any error, throws it to interrupt the test execution
0 commit comments