1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-02-11 07:32:41 +00:00

Add configs and scripts in package json

This commit is contained in:
Vladimir Volek 2019-01-07 16:57:43 +01:00
parent 710c5b74d3
commit fb6522520a
3 changed files with 12 additions and 0 deletions

10
cypress.json Normal file
View File

@ -0,0 +1,10 @@
{
"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
}

View File

@ -21,6 +21,8 @@
"test": "run-s test:*",
"test:unit": "npx jest",
"test-unit:watch": "npx jest -o --watch",
"test:integration": "cypress run",
"test-local": "cypress open",
"server:beta": "node ./server/index.js --buildType=beta",
"server:stable": "node ./server/index.js --buildType=stable"
},

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB