You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
577 B
16 lines
577 B
6 years ago
|
# ledgerLive-QA
|
||
|
Automated tests for Ledger Live Desktop application.
|
||
|
Start Ledger Live Desktop application with accounts for the supported coin. Operations history removed from db. Then sync to retrieve account balance and transactions history.
|
||
|
|
||
|
|
||
|
## Accounts setup and sync
|
||
|
#### Launch test
|
||
|
yarn test-sync
|
||
|
|
||
|
#### Test description
|
||
|
Clean Ledger Live Application settings directory.
|
||
|
Copy app.json init file for testing in a new Ledger Live Application settings directory.
|
||
|
Start Ledger Live Desktop app.
|
||
|
Wait for sync OK.
|
||
|
Compare new app.json with expected app.json file.
|