Skip to content

Commit

Permalink
fix(plugin): allow a user to set --headless via cypress (#21)
Browse files Browse the repository at this point in the history
closes #17
  • Loading branch information
derevnjuk authored Dec 16, 2019
1 parent 3ec65d5 commit fe01470
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ export class Plugin {
return [
...new Set([
...args,
'--headless',
'--no-sandbox',
'--disable-background-networking',
'--disable-web-security',
Expand Down

0 comments on commit fe01470

Please sign in to comment.