mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
fix(test): add missing test for making sure chrome is closed (#2109)
This commit is contained in:
committed by
Andrey Lushnikov
parent
44d8000de1
commit
0defecf197
5
test/fixtures/closeme.js
vendored
Normal file
5
test/fixtures/closeme.js
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
(async() => {
|
||||
const [, , puppeteerRoot, options] = process.argv;
|
||||
const browser = await require(puppeteerRoot).launch(JSON.parse(options));
|
||||
console.log(browser.wsEndpoint());
|
||||
})();
|
||||
Reference in New Issue
Block a user