mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-16 05:19:12 +00:00
11 lines
342 B
JSON
11 lines
342 B
JSON
|
{
|
||
|
"integrationFolder": "test/integration",
|
||
|
"fixturesFolder": "test/fixtures",
|
||
|
"pluginsFile": "test/plugins/index.js",
|
||
|
"supportFile": "test/support/index.js",
|
||
|
"defaultCommandTimeout": 10000,
|
||
|
"screenshotsFolder": "test/screenshots",
|
||
|
"video": false,
|
||
|
"trashAssetsBeforeRuns": true,
|
||
|
"chromeWebSecurity": false
|
||
|
}
|