Update felt documentation (flutter/engine#16559)

This commit is contained in:
Nurhan Turgut 2020-02-12 14:05:08 -08:00 committed by GitHub
parent d29533380d
commit 5a5c8d04b3

View File

@ -55,7 +55,14 @@ To run tests on Safari use the following command. It works on MacOS devices and
felt test --browser=safari
```
To run a single test:
To run tests on Windows Edge use the following command. It works on Windows devices and it uses the Edge installed on the OS.
```
felt_windows.bat test --browser=edge
```
To run a single test use the following command. Note that it does not work on Windows.
```
felt test test/golden_tests/engine/canvas_golden_test.dart
```