Skip to content

Commit 5c70bac

Browse files
authored
docs: adding a note about running ACT with "bind" feature (#4861)
If you run ACT locally (on a mac or windows), this will produce the same images that are compared in workflows. A folder will be made available to you to review: ```shell dashboard/test/failures ├── build_dashboard.defaultPropertySheet.dark_isolatedDiff.png ├── build_dashboard.defaultPropertySheet.dark_maskedDiff.png ├── build_dashboard.defaultPropertySheet.dark_masterImage.png └── build_dashboard.defaultPropertySheet.dark_testImage.png ```
1 parent 41b5aa6 commit 5c70bac

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

dashboard/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ flutter test --update-goldens
4141

4242
For compatibility reasons, only a Linux host is supported.
4343

44+
You could run the tests locally with ACT to compare and update diffs:
45+
46+
```shell
47+
act --container-architecture linux/amd64 -b -W .github/workflows/dashboard_tests.yaml
48+
```
49+
4450
<details>
4551

4652
<summary>Workaround using <code>tool/update_goldens_from_luci.dart</code></summary>

0 commit comments

Comments
 (0)