Skip to content
This repository was archived by the owner on Feb 18, 2021. It is now read-only.

Commit 923ebd9

Browse files
committed
Back to chrome. Enable headless option
1 parent 30b11c5 commit 923ebd9

File tree

3 files changed

+404
-2
lines changed

3 files changed

+404
-2
lines changed

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ steps:
1717
- task: Bash@3
1818
inputs:
1919
targetType: 'inline'
20-
script: 'npx selenium-side-runner parsed.side -c "browserName=firefox"'
20+
script: 'npx selenium-side-runner -c "goog:chromeOptions.args=[disable-infobars, headless]" parsed.side'

0 commit comments

Comments
 (0)