diff --git a/lib/web_ui/dev/README.md b/lib/web_ui/dev/README.md index 3ed45a256f6ba..1c856a1e61b3a 100644 --- a/lib/web_ui/dev/README.md +++ b/lib/web_ui/dev/README.md @@ -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 ` +## 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