specter-desktop/cypress.json
k9ert a24df2eb50
ci: add GHA test workflow + GPG-verify bitcoind/elementsd downloads (#2606)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-17 20:50:12 +02:00

31 lines
727 B
JSON

{
"testFiles": [
"spec_empty_specter_home.js",
"spec_connections.js",
"spec_devices.js",
"spec_ghost_machine.js",
"spec_fees.js",
"spec_rescan.js",
"spec_qr_signing.js",
"spec_labeling.js",
"spec_balances_amounts.js",
"spec_wallet_send.js",
"spec_wallet_utxo.js",
"spec_plugins.js"
],
"baseUrl": "http://localhost:25444",
"env": {
"broadcast_timeout":"8000"
},
"includeShadowDom": false,
"reporter": "junit",
"reporterOptions": {
"mochaFile": "cypresstest-output.xml",
"toConsole": true
},
"experimentalSessionAndOrigin": true,
"retries": {
"runMode": 1,
"openMode": 0
}
}