Skip to content

Commit

Permalink
Update chromeDockerImage default value in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
oblador authored Nov 25, 2017
1 parent 29f4b04 commit 8ef4063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/command-line-arguments.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ yarn loki test -- --port 9009
|**`--difference`**|Path to image diff folder|`./.loki/difference`|
|**`--diffingEngine`**|What diffing engine to use, currently supported are `looks-same` and `gm`|`gm` if available|
|**`--chromeConcurrency`**|How many stories to test in parallel when using chrome|`4`|
|**`--chromeDockerImage`**|What docker image to use when running chrome|`armbues/chrome-headless`|
|**`--chromeDockerImage`**|What docker image to use when running chrome|`yukinying/chrome-headless:63.0.3230.2`|
|**`--chromeEnableAnimations`**|Enable CSS transitions and animations.|`false`|
|**`--chromeFlags`**|Custom chrome flags.|`--headless --disable-gpu --hide-scrollbars`|
|**`--chromeLoadTimeout`**|How many miliseconds loki will wait for the page to load before taking as screnshot.|`60000`|
Expand Down

0 comments on commit 8ef4063

Please sign in to comment.