specter-desktop/cypress.json
yogendra sankhla a3ce7d3186
Feature: Rescan button for empty wallet (#1779)
* Prompting rescan hint within tx-table when no transactions appear
* Animation of rescan part after being forwarded
* Basics option added in test-cypress for faster development on cypress tests on slower machines
* addWallet command added in Cypress
* Page limit in addresses view fixed

Co-authored-by: moneymanolis <moneymanolis@protonmail.com>
2022-07-19 09:49:32 +02:00

29 lines
717 B
JSON

{
"testFiles": [
"spec_setup_wizard.js",
"spec_setup_tor.js",
"spec_empty_specter_home.js",
"spec_configures_nodes.js",
"spec_devices.js",
"spec_ghost_machine.js",
"spec_rescan.js",
"spec_qr_signing.js",
"spec_wallet_send.js",
"spec_wallet_utxo.js",
"spec_plugins.js",
"spec_elm_single_segwit_wallet.js",
"spec_elm_multi_segwit_wallet.js",
"spec_multiuser_sessions.js"
],
"baseUrl": "http://localhost:25444",
"env": {
"broadcast_timeout":"8000"
},
"includeShadowDom": false,
"reporter": "junit",
"reporterOptions": {
"mochaFile": "cypresstest-output.xml",
"toConsole": true
}
}