2020-12-15 11:10:10 +01:00
|
|
|
{
|
|
|
|
|
"testFiles": [
|
2021-04-23 23:08:58 +02:00
|
|
|
"spec_setup_wizard.js",
|
|
|
|
|
"spec_setup_tor.js",
|
2020-12-15 11:10:10 +01:00
|
|
|
"spec_empty_specter_home.js",
|
2021-06-16 15:33:35 +02:00
|
|
|
"spec_configures_nodes.js",
|
2022-05-04 17:13:27 +02:00
|
|
|
"spec_devices.js",
|
2022-05-25 21:41:07 +02:00
|
|
|
"spec_ghost_machine.js",
|
2022-09-09 13:07:54 +02:00
|
|
|
"spec_fees.js",
|
2022-07-19 13:19:32 +05:30
|
|
|
"spec_rescan.js",
|
2022-05-25 21:41:07 +02:00
|
|
|
"spec_qr_signing.js",
|
2021-03-14 15:32:54 +02:00
|
|
|
"spec_wallet_send.js",
|
2021-06-16 15:33:35 +02:00
|
|
|
"spec_wallet_utxo.js",
|
2022-02-25 16:38:41 +01:00
|
|
|
"spec_plugins.js",
|
2021-08-03 14:52:18 +02:00
|
|
|
"spec_elm_single_segwit_wallet.js",
|
2022-06-20 12:44:58 +02:00
|
|
|
"spec_elm_multi_segwit_wallet.js",
|
|
|
|
|
"spec_multiuser_sessions.js"
|
2020-12-15 11:10:10 +01:00
|
|
|
],
|
2021-09-19 22:33:13 +02:00
|
|
|
"baseUrl": "http://localhost:25444",
|
|
|
|
|
"env": {
|
|
|
|
|
"broadcast_timeout":"8000"
|
UIUX: Overhaul of UTXO list, handling of locked UTXOs and scrollbar added to tx-table web component (#1580)
* Added tests/bitcoin to gitignore
* Ensure locked UTXO can't be used for transactions, fix rounding error in coin selection, fix styling/text in general settings.
* overhaul of checkbox logic in utxolist including mouseover event for checkboxes, manage psbt button action added, icon info popups added,design changes in utxo- and txlist to make the display quieter
* change of balance display, scrollbars for main and tx table, bugfixes (pagination, coin selection, unsigned labeling) & some styling finetuning
* deleted locked utxo balance calculations, added doc strings regarding balances
* jinja comment added in tx table, making scrollbar less vivid, tx table settings changed to no compact view toggle and scrollbar on by default
* more granular amount properties, little test fix.
* applying new amount properties to the frontend and other parts of the code & improving balance display design
* refactored a_simple_wallet to be only used in test_rest once
* tests for amounts and test performance optimisations.
* fix spec_node_configured
* fix spec_wallet_send.js
* fix spec_wallet_utxo.js
* keep action teaser div hidden on wallets overview.
* minor bug fix in tx-table, added includeShadowDom to cypress.json, adapted spec_wallet_utxo.js to new utxo list logic and added tests of new functionality to it.
* fix spec_plugins.js and switch back to includeShadowDom false
The problem with true is, that you are no longer able to spot
when you need to apply the workaround described in
https://docs.cypress.io/api/commands/shadow#Known-Issue
as you only need to apply in a shadow-DOM.
Feel free to switch it back in any test you see fit.
Cypress.config('includeShadowDom',true)
* better organisation of wallet utxo spec file
* some wait-tweaks to cypress tests to make them run smoother on cirrus, note: cypress tests green in local dev.
* longer wait in spec_elm_multi_segwit_wallet.js
* fixing spec_elm_multi_segwit_wallet.js
* more checks whether checkboxes get selected and additional waits for cirrus in spec_wallet_utxo.js.
Co-authored-by: Kim Neunert <k9ert@gmx.de>
2022-04-08 11:07:01 +02:00
|
|
|
},
|
2022-07-15 11:57:48 +02:00
|
|
|
"includeShadowDom": false,
|
|
|
|
|
"reporter": "junit",
|
|
|
|
|
"reporterOptions": {
|
|
|
|
|
"mochaFile": "cypresstest-output.xml",
|
|
|
|
|
"toConsole": true
|
|
|
|
|
}
|
2020-12-15 11:10:10 +01:00
|
|
|
}
|