Files
trezor-suite/suite/e2e/package.json

73 lines
3.5 KiB
JSON

{
"name": "@trezor/suite-e2e",
"version": "0.0.0",
"private": true,
"license": "SEE LICENSE IN LICENSE.md",
"sideEffects": false,
"scripts": {
"depcheck": "yarn g:depcheck",
"type-check": "yarn g:tsc --build",
"test:e2e:desktop": "yarn xvfb-maybe -- playwright test --config=./playwright-config/playwright-desktop.config.ts",
"test:e2e:web": "yarn xvfb-maybe -- playwright test --config=./playwright-config/playwright-web.config.ts",
"test:e2e:desktop:canary": "yarn xvfb-maybe -- playwright test --config=./playwright-config/playwright-desktop-local-canary.config.ts",
"test:e2e:web:canary": "yarn xvfb-maybe -- playwright test --config=./playwright-config/playwright-web-local-canary.config.ts",
"test:orchestrated:e2e": "NODE_OPTIONS='--no-warnings=DEP0040' yarn xvfb-maybe -- pwc-p",
"github:report:manual": "NODE_OPTIONS='--no-warnings=DEP0040' yarn xvfb-maybe -- playwright test --config=./playwright-config/playwright-manual.config.ts --reporter=./support/reporters/gitHubReporter.ts",
"github:create:project": "tsx ./support/reporters/scriptCreateProject.ts",
"git:bisect": "./scripts/bisect-commits.sh",
"decode:sol:stake": "tsx ./scripts/decode-sol-staking-account.ts",
"docker:suite-sync": "docker compose -f ../../docker/docker-compose.suite-ci-e2e.yml up quota-db suite-sync"
},
"devDependencies": {
"@currents/playwright": "^1.19.0",
"@evolu/common": "patch:@evolu/common@npm%3A7.3.0#~/.yarn/patches/@evolu-common-npm-7.3.0-dc4f142770.patch",
"@playwright/browser-chromium": "^1.57.0",
"@playwright/browser-firefox": "^1.57.0",
"@playwright/browser-webkit": "^1.57.0",
"@playwright/test": "^1.57.0",
"@solana-program/stake": "^0.5.0",
"@solana/addresses": "^2.3.0",
"@solana/kit": "^2.3.0",
"@solana/rpc-types": "^2.3.0",
"@suite-common/device": "workspace:*",
"@suite-common/feedback": "workspace:*",
"@suite-common/message-system": "workspace:*",
"@suite-common/suite-sync-evolu": "workspace:*",
"@suite-common/suite-sync-storage": "workspace:*",
"@suite-common/suite-types": "workspace:*",
"@suite-common/trading": "workspace:*",
"@suite-common/wallet-config": "workspace:*",
"@suite-common/wallet-constants": "workspace:*",
"@suite-common/wallet-types": "workspace:*",
"@suite-common/wallet-utils": "workspace:*",
"@suite/analytics": "workspace:*",
"@suite/intl": "workspace:^",
"@trezor/blockchain-link-types": "workspace:^",
"@trezor/connect-web": "workspace:*",
"@trezor/e2e-utils": "workspace:*",
"@trezor/eslint": "workspace:*",
"@trezor/protobuf": "workspace:*",
"@trezor/suite": "workspace:*",
"@trezor/suite-data": "workspace:*",
"@trezor/theme": "workspace:*",
"@trezor/transport": "workspace:*",
"@trezor/trezor-user-env-link": "workspace:*",
"@trezor/type-utils": "workspace:*",
"@trezor/urls": "workspace:*",
"@trezor/utils": "workspace:*",
"@types/better-sqlite3": "^7.6.13",
"@types/lodash": "^4.17.16",
"@types/ws": "^8",
"better-sqlite3": "^12.1.1",
"dotenv": "^16.4.7",
"fs-extra": "^11.3.1",
"jest-diff": "^29.7.0",
"lodash": "^4.17.21",
"react-intl": "^8.0.6",
"tsx": "^4.21.0",
"type-fest": "^5.4.1",
"ws": "^8.19.0",
"xvfb-maybe": "^0.2.1"
}
}