chore: Add playwright tests for app in local-only mode #8
e2e-tests.yml
on: pull_request
End-to-End Tests
5m 43s
Annotations
4 errors and 1 notice
|
[chromium] › tests/e2e/core/modals.spec.ts:15:7 › Modal Interactions › should handle connection form modal @core:
packages/app/tests/e2e/utils/base-test.ts#L14
2) [chromium] › tests/e2e/core/modals.spec.ts:15:7 › Modal Interactions › should handle connection form modal @core
Error: page.originalGoto: Test timeout of 30000ms exceeded.
Call log:
- navigating to "http://localhost:8080/", waiting until "load"
at utils/base-test.ts:14
12 | const originalGoto = page.goto.bind(page);
13 | page.goto = async (url: string, options?: any) => {
> 14 | const result = await originalGoto(url, options);
| ^
15 | await page.waitForLoadState('networkidle');
16 |
17 | // Handle onboarding modal
at Page.goto (/__w/hyperdx/hyperdx/packages/app/tests/e2e/utils/base-test.ts:14:28)
at /__w/hyperdx/hyperdx/packages/app/tests/e2e/core/modals.spec.ts:16:16
|
|
[chromium] › tests/e2e/core/modals.spec.ts:15:7 › Modal Interactions › should handle connection form modal @core:
packages/app/tests/e2e/core/modals.spec.ts#L0
2) [chromium] › tests/e2e/core/modals.spec.ts:15:7 › Modal Interactions › should handle connection form modal @core
Test timeout of 30000ms exceeded.
|
|
[chromium] › tests/e2e/core/modals.spec.ts:4:7 › Modal Interactions › should handle confirmation modals @core:
packages/app/tests/e2e/utils/base-test.ts#L15
1) [chromium] › tests/e2e/core/modals.spec.ts:4:7 › Modal Interactions › should handle confirmation modals @core
Error: page.waitForLoadState: Test timeout of 30000ms exceeded.
at utils/base-test.ts:15
13 | page.goto = async (url: string, options?: any) => {
14 | const result = await originalGoto(url, options);
> 15 | await page.waitForLoadState('networkidle');
| ^
16 |
17 | // Handle onboarding modal
18 | await TestUtils.handleOnboardingModal(page);
at Page.page.goto (/__w/hyperdx/hyperdx/packages/app/tests/e2e/utils/base-test.ts:15:18)
at /__w/hyperdx/hyperdx/packages/app/tests/e2e/core/modals.spec.ts:5:5
|
|
[chromium] › tests/e2e/core/modals.spec.ts:4:7 › Modal Interactions › should handle confirmation modals @core:
packages/app/tests/e2e/core/modals.spec.ts#L0
1) [chromium] › tests/e2e/core/modals.spec.ts:4:7 › Modal Interactions › should handle confirmation modals @core
Test timeout of 30000ms exceeded.
|
|
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
Expired
|
2.36 MB |
sha256:2e5b1ddafdc1f496c93fa2b0f561cac7a2feffaf508949c92a341e5ea661ea76
|
|
|
test-results
Expired
|
1.78 MB |
sha256:b1c407f871f9d5f1662bcd0294061a6206c53bbbfe0762a03275ce4217f41e68
|
|