mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-21 06:40:33 +01:00
22 lines
686 B
JSON
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"
|
|
}
|
|
}
|