Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit c665006

Browse files
authored
Update felt README (#13097)
* Update felt README * Removed -t since it is removed in #13088
1 parent ee1ad3f commit c665006

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

lib/web_ui/dev/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,22 @@ felt build --watch
2323

2424
If you don't want to add `felt` to your path, you can still invoke it using a relative path like `./web_ui/dev/felt <command>`
2525

26+
## Running web engine tests
27+
To run all tests:
28+
```
29+
felt test
30+
```
31+
32+
To run a single test:
33+
```
34+
felt test test/golden_tests/engine/canvas_golden_test.dart
35+
```
36+
37+
To debug a test:
38+
```
39+
felt test --debug test/golden_tests/engine/canvas_golden_test.dart
40+
```
41+
2642
## Configuration files
2743

2844
`chrome_lock.yaml` contains the version of Chrome we use to test Flutter for

0 commit comments

Comments
 (0)