Files
trezor-suite/packages/integration-tests/package.json
2020-12-09 12:26:28 +01:00

22 lines
686 B
JSON

{
"name": "@trezor/integration-tests",
"version": "1.0.0",
"private": true,
"scripts": {
"test:components-storybook": "npx cypress run --project ./projects/components-storybook",
"test:components-storybook:local": "CYPRESS_baseUrl='http://192.168.88.252:9001' npx cypress open --project ./projects/components-storybook"
},
"dependencies": {
"cypress": "6.1.0",
"ts-loader": "^8.0.11",
"webpack": "^4.44.2"
},
"devDependencies": {
"@cypress/webpack-preprocessor": "^5.5.0",
"cypress-image-snapshot": "^3.1.1",
"shelljs": "^0.8.4",
"wait-on": "^5.0.1",
"ws": "^7.4.0"
}
}