Skip to content

Commit 0ccdf1b

Browse files
committed
add guidance for integration tests
1 parent af58db6 commit 0ccdf1b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

AI_RULES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ Follow these rules when working in this repository.
1414

1515
## Running Tests
1616

17-
- **Standard Packages**: Run tests with `flutter test`.
17+
- **Standard Packages**: Run unit and widget tests with `flutter test`.
1818
- **`packages/devtools_shared`**: Run tests with `dart test`.
19+
- **Integration Tests**: Refer to the [Integration Test README](packages/devtools_app/integration_test/README.md) for instructions on running integration tests.
1920

2021
## Tooling Best Practices
2122

0 commit comments

Comments
 (0)