Testing (DRAFT) 6.0
If you notice any issues with this page, please
report them.
This how-to guide covers topics relevant to testing AngularDart apps. Topics are organized by kind of testing.
Component testing:
- Component testing
- Running component tests
-
Writing component tests
- Basics: pubspec config, test API fundamentals
- Page objects: field annotation, initialization, and more
- Simulating user action: click, type, clear
- Services: local, external, mock, real
@Input()
and@Output()
- Routing components
- Appendices - coming soon
End-to-end testing:
- End-to-end (E2E) testing
- Running E2E tests - coming soon
- Writing E2E tests - coming soon