File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -136,11 +136,13 @@ TBD
136
136
137
137
### Standardized Frontend-to-Backend Test Apps
138
138
139
- A standardized Meta test application has the following features:
139
+ A standardized Meta-Framework test application has the following features:
140
140
141
141
- Has a parameterized backend API route ` /user/:id ` that returns a JSON object with the user ID.
142
142
- 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.
143
143
144
+ This setup creates the scenario where the frontend page loads, and then immediately makes an API request to the backend API.
145
+
144
146
The following test cases for connected tracing should be implemented in the test app:
145
147
146
148
- Capturing a distributed page load trace when a page is loaded
You can’t perform that action at this time.
0 commit comments