feat(ppfox): implement browser contexts (#3872)

BrowserContexts are necessary to run Puppeteer tests against Puppeteer-Firefox
This commit is contained in:
Andrey Lushnikov
2019-02-01 14:09:18 -08:00
committed by GitHub
parent b0e8084650
commit bd347558bc
5 changed files with 315 additions and 9 deletions

View File

@@ -8,7 +8,7 @@
"node": ">=8.9.4"
},
"puppeteer": {
"firefox_revision": "e5fdeac984d4f966caafcdbc9b14da7a7f73fbed"
"firefox_revision": "2a2b2cd2c5e5b7062e7ede93b235a5a062d4dc9a"
},
"scripts": {
"install": "node install.js",