Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
Fix sauce
Browse files Browse the repository at this point in the history
  • Loading branch information
svanherk committed Nov 1, 2018
1 parent f2444b1 commit bdcaed1
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions wct.conf.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"plugins": {
"local": {
"browsers": ["chrome"]
},
"plugins": {
"local": {
"browsers": ["chrome"],
"browserOptions": {
"chrome": ["headless", "disable-gpu", "no-sandbox"]
}
},
"sauce": {
"browsers": [
{
Expand Down

0 comments on commit bdcaed1

Please sign in to comment.