Skip to content

Commit

Permalink
Update felt documentation (flutter#16559)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nurhan Turgut authored Feb 12, 2020
1 parent 99a265b commit 8f8af1f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion lib/web_ui/dev/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 8f8af1f

Please sign in to comment.