Skip to content

Commit 32d72fb

Browse files
committed
update readme
1 parent 2be99a2 commit 32d72fb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dev-packages/e2e-tests/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,13 @@ TBD
136136

137137
### Standardized Frontend-to-Backend Test Apps
138138

139-
A standardized Meta test application has the following features:
139+
A standardized Meta-Framework test application has the following features:
140140

141141
- Has a parameterized backend API route `/user/:id` that returns a JSON object with the user ID.
142142
- Has a parameterized frontend page (can be SSR) `/user/:id` that fetches the user data on the client-side from the API route and displays it.
143143

144+
This setup creates the scenario where the frontend page loads, and then immediately makes an API request to the backend API.
145+
144146
The following test cases for connected tracing should be implemented in the test app:
145147

146148
- Capturing a distributed page load trace when a page is loaded

0 commit comments

Comments
 (0)