Skip to content

Commit

Permalink
Add lessons section 7
Browse files Browse the repository at this point in the history
  • Loading branch information
bizz84 committed Nov 16, 2023
1 parent 18d0de7 commit 8e0cdff
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,25 @@ This project includes a documentation website that can be found here:
21. Adding a test workflow to automate testing with GitHub Actions
22. Wrap up

### 7. Automated Testing - Part 2

1. Section Intro
2. Introduction to widget tests + starter project
3. Writing our first widget test using `pumpWidget()`
4. Working with `WidgetTester` and finder
5. Robot testing
6. How to find widgets by key
7. Writing widget tests with mocks and provider overrides
8. Writing widget tests with `Future.delayed()` and `runAsync()`
9. Adding the email & password widget tests
10. Adding the email & password widget tests (part 2)
11. Test setup for the authentication flow + using `pumpAndSettle()`
12. Fixing the RenderFlex overflow error
13. Completing the authentication flow test
14. Integration tests
15. Golden image tests
16. Running golden image tests with size variants
17. How to deal with holden image tests failing on CI
18. Wrap Up

### [LICENSE: MIT](LICENSE.md)

0 comments on commit 8e0cdff

Please sign in to comment.