Skip to content

Commit

Permalink
[DDW-614] add changelog and updates testing readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikGuzei committed Apr 8, 2019
1 parent 5e69268 commit ac38deb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Changelog

### Chores

- Added unit tests for mnemonic generation and validation ([PR 1379](https://github.com/input-output-hk/daedalus/pull/1379))
- Simplified the test setup ([PR 1378](https://github.com/input-output-hk/daedalus/pull/1378))
- Updated PR template ([PR 1376](https://github.com/input-output-hk/daedalus/pull/1376))
- Implemented new About Us dialog design with a close button ([PR 1369](https://github.com/input-output-hk/daedalus/pull/1369)
Expand Down
10 changes: 10 additions & 0 deletions features/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@ Make sure Daedalus is properly installed (see above).
$ yarn test:unit
```

## Unbound tests

Unbound tests run as long as you keep them running
(never end except if an error occurs).

Example:
`yarn test:unit:unbound --tags @mnemonics`
generates and validates mnemonics as long as you keep it
running (the number of executions is updated in the terminal)

# Run UI tests

1. Make sure Daedalus is properly installed (see above).
Expand Down

0 comments on commit ac38deb

Please sign in to comment.