mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-07-06 14:52:33 +00:00
docs/tests: animations need to be disabled in ui tests
This commit is contained in:
parent
44c7d23741
commit
7b1e1b83b5
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user