Skip to content

Run Playwright Performance Tests #105

Run Playwright Performance Tests

Run Playwright Performance Tests #105

Triggered via schedule December 6, 2025 00:16
Status Failure
Total duration 8m 15s
Artifacts
Matrix: build-and-test-performance / test
Fit to window
Zoom out
Zoom in

Annotations

3 errors, 3 warnings, and 1 notice
build-and-test-performance / Test (Shard 1/1)
Process completed with exit code 1.
[performance] › tests/performance/memory-retention.spec.ts:40:6 › Memory Leak Detection › Memory should be released after actions: packages/testing/playwright/tests/performance/memory-retention.spec.ts#L30
2) [performance] › tests/performance/memory-retention.spec.ts:40:6 › Memory Leak Detection › Memory should be released after actions Error: expect(locator).toBeVisible() failed Locator: getByTestId('easy-ai-workflow-card') Expected: visible Timeout: 10000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 10000ms - waiting for getByTestId('easy-ai-workflow-card') 28 | 29 | await n8n.navigate.toWorkflows(); > 30 | await expect(n8n.workflows.getEasyAiWorkflowCard()).toBeVisible({ timeout: 10000 }); | ^ 31 | await n8n.workflows.clickEasyAiWorkflowCard(); 32 | 33 | // Wait for AI workflow builder to fully load at performMemoryAction (/home/runner/_work/n8n/n8n/packages/testing/playwright/tests/performance/memory-retention.spec.ts:30:55) at /home/runner/_work/n8n/n8n/packages/testing/playwright/tests/performance/memory-retention.spec.ts:49:3
[performance] › tests/performance/large-node-cloud.spec.ts:23:6 › Large Data Size Performance - Cloud Resources › Code Node with 30000 items: packages/testing/playwright/tests/performance/large-node-cloud.spec.ts#L54
1) [performance] › tests/performance/large-node-cloud.spec.ts:23:6 › Large Data Size Performance - Cloud Resources › Code Node with 30000 items Error: Open node duration for 30000 items expect(received).toBeLessThan(expected) Expected: < 800 Received: 998.5733333333357 52 | await attachMetric(testInfo, `trigger-workflow-${itemCount}`, triggerDuration, 'ms'); 53 | > 54 | expect.soft(average, `Open node duration for ${itemCount} items`).toBeLessThan(openNodeBudget); | ^ 55 | }); 56 | }); 57 | at /home/runner/_work/n8n/n8n/packages/testing/playwright/tests/performance/large-node-cloud.spec.ts:54:69
build-and-test-performance / Test (Shard 1/1)
Skipping sticky disk commit due to previous step failures
build-and-test-performance / Test (Shard 1/1)
- Step: unknown (failed)
build-and-test-performance / Test (Shard 1/1)
Found 2 failed/cancelled steps in previous workflow steps
🎭 Playwright Run Summary
2 failed [performance] › tests/performance/large-node-cloud.spec.ts:23:6 › Large Data Size Performance - Cloud Resources › Code Node with 30000 items [performance] › tests/performance/memory-retention.spec.ts:40:6 › Memory Leak Detection › Memory should be released after actions 1 passed (4.1m)