mirror of
https://github.com/status-im/status-react.git
synced 2025-01-22 16:59:40 +00:00
72d43ba745
feat: configuration setup for visual tests Co-authored-by: Erik Seppanen <esep@protonmail.com>
14 lines
399 B
JSON
14 lines
399 B
JSON
{
|
|
"globalSetup": "./global-setup.js",
|
|
"globalTeardown": "./global-teardown.js",
|
|
"setupFilesAfterEnv": ["./setup.js"],
|
|
"maxWorkers": 1,
|
|
"testEnvironment": "./environment",
|
|
"testRunner": "jest-circus/runner",
|
|
"testTimeout": 120000,
|
|
"testRegex": "\\.e2e\\.js$",
|
|
"roots": ["../src/"],
|
|
"reporters": ["detox/runners/jest/streamlineReporter"],
|
|
"verbose": true
|
|
}
|