Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from 1 commit
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
16 changes: 16 additions & 0 deletions lib/web_ui/dev/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 -t test/golden_tests/engine/canvas_golden_test.dart
```

To debug a test:
```
felt test --debug -t test/golden_tests/engine/canvas_golden_test.dart

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

-t is no longer needed (#13088)

```

## Configuration files

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