You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -228,17 +228,15 @@ jobs:
228
228
cat devproxy.log
229
229
```
230
230
231
-
232
-
233
231
## Samples
234
232
235
-
You can find more examples and samples in the [tests](./tests/) directory.
233
+
You can find more examples and samples in the [samples](./samples/) directory.
236
234
237
235
| Test Project | Description |
238
236
|--------------|-------------|
239
-
| [llm-usage](./tests/llm-usage/) | Tests AI/LLM usage tracking and reporting with OpenAI telemetry plugin, includes Playwright tests for feedback analysis |
240
-
| [node-js](./tests/node-js/) | Simple Node.js integration test that validates basic Dev Proxy functionality with HTTP requests |
241
-
| [playwright-web-app](./tests/playwright-web-app/) | Playwright end-to-end testing example with mock data configuration and blog post testing scenarios |
237
+
| [llm-usage](./samples/llm-usage/) | Tests AI/LLM usage tracking and reporting with OpenAI telemetry plugin, includes Playwright tests for feedback analysis |
238
+
| [node-js](./samples/node-js/) | Simple Node.js integration test that validates basic Dev Proxy functionality with HTTP requests |
239
+
| [playwright-web-app](./samples/playwright-web-app/) | Playwright end-to-end testing example with mock data configuration and blog post testing scenarios |
0 commit comments