📦 Publish SDKs #12600
Annotations
3 errors, 7 warnings, and 1 notice
Run E2E tests:
packages/sdks-tests/src/e2e-tests/http-requests.spec.ts#L1
1) [nextjs-sdk-next-app] › http-requests.spec.ts:6:3 › HTTP Requests › call proxy API only once - in page
Test timeout of 30000ms exceeded.
|
Run E2E tests:
packages/sdks-tests/src/e2e-tests/http-requests.spec.ts#L35
1) [nextjs-sdk-next-app] › http-requests.spec.ts:6:3 › HTTP Requests › call proxy API only once - in page
Error: page.goto: Test timeout of 30000ms exceeded.
Call log:
- navigating to "http://localhost:1111/http-requests", waiting until "networkidle"
33 | });
34 |
> 35 | await page.goto('/http-requests', { waitUntil: 'networkidle' });
| ^
36 | await expect(page.locator('body').getByText('foo')).toBeVisible();
37 | expect(x).toBe(1);
38 | });
at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/http-requests.spec.ts:35:16
|
Run E2E tests
Process completed with exit code 1.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run E2E tests:
packages/sdks-tests/[nextjs-sdk-next-app] › accordion.spec.ts#L1
packages/sdks-tests/[nextjs-sdk-next-app] › accordion.spec.ts took 1.0m
|
Run E2E tests:
packages/sdks-tests/[nextjs-sdk-next-app] › large-reactive-state.spec.ts#L1
packages/sdks-tests/[nextjs-sdk-next-app] › large-reactive-state.spec.ts took 24.1s
|
Run E2E tests:
packages/sdks-tests/[nextjs-sdk-next-app] › link-component.spec.ts#L1
packages/sdks-tests/[nextjs-sdk-next-app] › link-component.spec.ts took 16.6s
|
Run E2E tests:
packages/sdks-tests/[nextjs-sdk-next-app] › symbols.spec.ts#L1
packages/sdks-tests/[nextjs-sdk-next-app] › symbols.spec.ts took 16.4s
|
Run E2E tests:
packages/sdks-tests/[nextjs-sdk-next-app] › tabs.spec.ts#L1
packages/sdks-tests/[nextjs-sdk-next-app] › tabs.spec.ts took 15.3s
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "nextjs-sdk-next-app-playwright-report", "vue-playwright-report".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Run E2E tests
1 failed
[nextjs-sdk-next-app] › http-requests.spec.ts:6:3 › HTTP Requests › call proxy API only once - in page
51 skipped
143 passed (5.3m)
|
Loading