mirror of
https://github.com/cryptoadvance/specter-desktop.git
synced 2026-08-13 12:33:29 +02:00
* 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>
11 lines
219 B
JSON
11 lines
219 B
JSON
{
|
|
"testFiles": [
|
|
"spec_configures_nodes.js",
|
|
"spec_ghost_machine.js"
|
|
],
|
|
"baseUrl": "http://localhost:25444",
|
|
"env": {
|
|
"broadcast_timeout":"8000"
|
|
},
|
|
"includeShadowDom": false
|
|
}
|