mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
test: split out ignoreHTTPSErrors tests (#2745)
We'll get more of these soon.
This commit is contained in:
@@ -149,6 +149,7 @@ describe('Page', function() {
|
||||
});
|
||||
|
||||
// Top-level tests that launch Browser themselves.
|
||||
require('./ignorehttpserrors.spec.js').addTests({testRunner, expect, PROJECT_ROOT, defaultBrowserOptions});
|
||||
require('./puppeteer.spec.js').addTests({testRunner, expect, PROJECT_ROOT, defaultBrowserOptions});
|
||||
require('./headful.spec.js').addTests({testRunner, expect, PROJECT_ROOT, defaultBrowserOptions});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user