Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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