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

pull/1426/head
Tomas Susanka 3 years ago
parent 44c7d23741
commit 7b1e1b83b5

@ -25,9 +25,9 @@ environment:
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
./core/emu.py
./core/emu.py -a
```
Now you can run the test suite with `pytest` from the root directory:

Loading…
Cancel
Save