1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-07-05 22:32:33 +00:00

docs/tests: animations need to be disabled in ui tests

This commit is contained in:
Tomas Susanka 2021-01-22 15:05:02 +01:00
parent 44c7d23741
commit 7b1e1b83b5

View File

@ -25,9 +25,9 @@ environment:
poetry shell poetry shell
``` ```
If you want to test against the emulator, run it in a separate terminal: If you want to test against the emulator, run it with disabled animation in a separate terminal:
```sh ```sh
./core/emu.py ./core/emu.py -a
``` ```
Now you can run the test suite with `pytest` from the root directory: Now you can run the test suite with `pytest` from the root directory: