Update felt README (flutter/engine#13097)

* Update felt README

* Removed -t since it is removed in #13088
This commit is contained in:
Ferhat 2019-10-11 16:08:03 -07:00 committed by GitHub
parent 968115d6b1
commit 34a906543c

View File

@ -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