@web/test-runner-chrome
Advanced tools
Comparing version 0.14.0 to 0.14.1
@@ -106,3 +106,3 @@ "use strict"; | ||
if (!this.debugBrowser || !this.debugBrowserContext) { | ||
this.debugBrowser = await this.launchBrowser({ devtools: true }); | ||
this.debugBrowser = await this.launchBrowser({ devtools: true, headless: false }); | ||
this.debugBrowserContext = await this.createBrowserContextFn({ | ||
@@ -109,0 +109,0 @@ config: this.config, |
{ | ||
"name": "@web/test-runner-chrome", | ||
"version": "0.14.0", | ||
"version": "0.14.1", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public" |
@@ -158,3 +158,3 @@ import * as puppeteerCore from 'puppeteer-core'; | ||
if (!this.debugBrowser || !this.debugBrowserContext) { | ||
this.debugBrowser = await this.launchBrowser({ devtools: true }); | ||
this.debugBrowser = await this.launchBrowser({ devtools: true, headless: false }); | ||
this.debugBrowserContext = await this.createBrowserContextFn({ | ||
@@ -161,0 +161,0 @@ config: this.config!, |
Sorry, the diff of this file is not supported yet
49374