Index
As this ebook edition doesn't have fixed pagination, the page numbers below are hyperlinked for reference only, based on the printed edition of this book.
A
action helper
extracting 102-104
API
used, for updating page form action 160-166
used, for updating route loader 156-159
API endpoint
adding, for retrieving data 143-145
adding, for saving data 145-149
adding, for updating data 149-152
approach, to make end-to-end test pass
deciding 37, 38
Arrange-Act-Assert pattern 102
Arrange phase 64
authentication, testing with Playwright
auth profile, creating for dev and test modes 198, 199
existing tests, updating to authenticate user 201, 202
testing 198
tests, writing for login 200, 201
authentication, testing with Vitest
existing tests, updating for form actions 205, 206
existing tests, updating for page load functions 204, 205
session factory, defining 203
testing 202
auth profile
creating...