specter-desktop/cypress-tests.json
al-munazzim 6755046e4b
chore: bump Cypress to 13.17.0 (#2646)
Co-authored-by: Nazim <nazim@openclaw.ai>
2026-08-11 19:14:45 +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
}
}