feat: improve llm calls list performances #1372
Annotations
4 errors, 1 warning, and 1 notice
[chromium] › logs.spec.ts:9:5 › llm calls are visible:
packages/e2e/logs.spec.ts#L14
1) [chromium] › logs.spec.ts:9:5 › llm calls are visible ─────────────────────────────────────────
Error: expect(received).toContain(expected) // indexOf
Expected substring: "xyzTESTxyz"
Received string: "TimeModelDurationUserTokensCostPromptResultTagsFeedbackTemplate12:51:14 PMgpt-3.5-turbo0.55s33$0.0000345Why did the ice cream truck break down? It couldn't handle the rocky road!seq:step:2Apr 11, 2:32 AMgpt-3.5-turbo1.14sSASalut-12335$0.0000375}Why did the ice cream break up with the cone? It couldn't handle the rocky road ahead!my_tag"
12 |
13 | const tableContent = await page.getByRole("table").textContent();
> 14 | await expect(tableContent).toContain("xyzTESTxyz");
| ^
15 | });
16 |
17 | test("traces are visible", async ({ page }) => {
at /home/runner/work/lunary/lunary/packages/e2e/logs.spec.ts:14:30
|
[chromium] › logs.spec.ts:9:5 › llm calls are visible:
packages/e2e/logs.spec.ts#L14
1) [chromium] › logs.spec.ts:9:5 › llm calls are visible ─────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toContain(expected) // indexOf
Expected substring: "xyzTESTxyz"
Received string: "TimeModelDurationUserTokensCostPromptResultTagsFeedbackTemplate12:51:14 PMgpt-3.5-turbo0.55s33$0.0000345Why did the ice cream truck break down? It couldn't handle the rocky road!seq:step:2Apr 11, 2:32 AMgpt-3.5-turbo1.14sSASalut-12335$0.0000375}Why did the ice cream break up with the cone? It couldn't handle the rocky road ahead!my_tag"
12 |
13 | const tableContent = await page.getByRole("table").textContent();
> 14 | await expect(tableContent).toContain("xyzTESTxyz");
| ^
15 | });
16 |
17 | test("traces are visible", async ({ page }) => {
at /home/runner/work/lunary/lunary/packages/e2e/logs.spec.ts:14:30
|
[chromium] › logs.spec.ts:9:5 › llm calls are visible:
packages/e2e/logs.spec.ts#L14
1) [chromium] › logs.spec.ts:9:5 › llm calls are visible ─────────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toContain(expected) // indexOf
Expected substring: "xyzTESTxyz"
Received string: "TimeModelDurationUserTokensCostPromptResultTagsFeedbackTemplate12:51:14 PMgpt-3.5-turbo0.55s33$0.0000345Why did the ice cream truck break down? It couldn't handle the rocky road!seq:step:2Apr 11, 2:32 AMgpt-3.5-turbo1.14sSASalut-12335$0.0000375}Why did the ice cream break up with the cone? It couldn't handle the rocky road ahead!my_tag"
12 |
13 | const tableContent = await page.getByRole("table").textContent();
> 14 | await expect(tableContent).toContain("xyzTESTxyz");
| ^
15 | });
16 |
17 | test("traces are visible", async ({ page }) => {
at /home/runner/work/lunary/lunary/packages/e2e/logs.spec.ts:14:30
|
run-tests
Process completed with exit code 1.
|
run-tests
No files were found with the provided path: packages/e2e/playwright-report/. No artifacts will be uploaded.
|
🎭 Playwright Run Summary
1 failed
[chromium] › logs.spec.ts:9:5 › llm calls are visible ──────────────────────────────────────────
7 did not run
12 passed (29.2s)
|