Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 302 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 302 Bytes

golden_test

Command

flutter test --update-goldens

Run all tests.

flutter test

Only run golden tests.

flutter test --tags golden

Run all tests except golden tests.

flutter test --exclude-tags golden