mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Update felt README (flutter/engine#13097)
* Update felt README * Removed -t since it is removed in #13088
This commit is contained in:
parent
968115d6b1
commit
34a906543c
@ -23,6 +23,22 @@ felt build --watch
|
||||
|
||||
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>`
|
||||
|
||||
## Running web engine tests
|
||||
To run all tests:
|
||||
```
|
||||
felt test
|
||||
```
|
||||
|
||||
To run a single test:
|
||||
```
|
||||
felt test test/golden_tests/engine/canvas_golden_test.dart
|
||||
```
|
||||
|
||||
To debug a test:
|
||||
```
|
||||
felt test --debug test/golden_tests/engine/canvas_golden_test.dart
|
||||
```
|
||||
|
||||
## Configuration files
|
||||
|
||||
`chrome_lock.yaml` contains the version of Chrome we use to test Flutter for
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user