Files
trezor-suite/suite/e2e/package.json
2025-12-05 12:15:59 +01:00

61 lines
2.9 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.ts --project=desktop",
"test:e2e:web": "yarn xvfb-maybe -- playwright test --config=./playwright.config.ts --project=web",
"test:e2e:update-snapshots": "yarn xvfb-maybe -- playwright test --config=./playwright.config.ts --grep @snapshot --update-snapshots",
"test:orchestrated:e2e:desktop": "NODE_OPTIONS='--no-warnings=DEP0040' yarn xvfb-maybe -- pwc-p --config=./playwright.config.ts --project=desktop",
"test:orchestrated:e2e:web": "NODE_OPTIONS='--no-warnings=DEP0040' yarn xvfb-maybe -- pwc-p --config=./playwright.config.ts --project=web",
"github:report:manual": "NODE_OPTIONS='--no-warnings=DEP0040' yarn xvfb-maybe -- playwright test --config=./playwright.config.ts --project=manual --reporter=./support/reporters/gitHubReporter.ts",
"github:create:project": "tsx ./support/reporters/scriptCreateProject.ts",
"git:bisect": "./bisect-commits.sh",
"decode:sol:stake": "tsx ./e2e/scripts/decode-sol-staking-account.ts"
},
"devDependencies": {
"@currents/playwright": "^1.17.0",
"@playwright/browser-chromium": "^1.55.0",
"@playwright/browser-firefox": "^1.55.0",
"@playwright/browser-webkit": "^1.55.0",
"@playwright/test": "^1.55.0",
"@scure/bip39": "^1.5.1",
"@solana-program/stake": "^0.5.0",
"@solana/addresses": "^5.0.0",
"@solana/kit": "^5.0.0",
"@solana/rpc-types": "^5.0.0",
"@suite-common/feedback": "workspace:*",
"@suite-common/message-system": "workspace:*",
"@suite-common/suite-types": "workspace:*",
"@suite-common/trading": "workspace:*",
"@suite-common/wallet-config": "workspace:*",
"@suite-common/wallet-utils": "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-analytics": "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/lodash": "^4.17.16",
"dotenv": "^16.4.7",
"fs-extra": "^11.3.1",
"jest-diff": "^29.7.0",
"lodash": "^4.17.21",
"react-intl": "^7.1.14",
"tsx": "^4.20.3",
"xvfb-maybe": "^0.2.1"
}
}