@loki/runner
Version:
Loki test runner
24 lines (23 loc) • 715 B
JSON
{
"chromeAwsLambdaFunctionName": "loki",
"chromeAwsLambdaRetries": "0",
"chromeAwsLambdaBatchSize": "1",
"chromeAwsLambdaBatchConcurrency": "1",
"chromeConcurrency": "4",
"chromeDockerImage": "yukinying/chrome-headless-browser-stable:118.0.5993.117",
"chromeFlags": "--headless --disable-gpu --hide-scrollbars",
"chromeLoadTimeout": "60000",
"chromeRetries": "0",
"chromeSelector": "#root > *, #storybook-root > *",
"chromeTolerance": "0",
"host": "localhost",
"output": "./.loki/current",
"difference": "./.loki/difference",
"reference": "./.loki/reference",
"diffOnly": false,
"reactPort": "6006",
"reactNativePort": "7007",
"pixelmatch": {},
"looksSame": {},
"gm": {}
}