headless mode enables
gitea/salix/1798-e2e-extensions This commit looks good
Details
gitea/salix/1798-e2e-extensions This commit looks good
Details
This commit is contained in:
parent
9546c4c016
commit
2484c83b32
|
@ -4,7 +4,7 @@ import {extendPage} from './extensions';
|
||||||
import {url as defaultURL} from './config';
|
import {url as defaultURL} from './config';
|
||||||
|
|
||||||
export async function getBrowser() {
|
export async function getBrowser() {
|
||||||
let headless = false;
|
let headless = true;
|
||||||
const browser = await Puppeteer.launch({
|
const browser = await Puppeteer.launch({
|
||||||
args: [
|
args: [
|
||||||
'--no-sandbox',
|
'--no-sandbox',
|
||||||
|
|
Loading…
Reference in New Issue