feat(dg-table-view): fix e2e tests and cleanup #2378
Annotations
2 errors, 10 warnings, and 1 notice
[logged-in-tests] › loggedin/create_depl_group_with_app.spec.ts:3:5 › create deployment group containing an app from deployment modal:
code/test/e2e/loggedin/create_depl_group_with_app.spec.ts#L1
1) [logged-in-tests] › loggedin/create_depl_group_with_app.spec.ts:3:5 › create deployment group containing an app from deployment modal
Test timeout of 60000ms exceeded.
|
[logged-in-tests] › loggedin/create_depl_group_with_app.spec.ts:3:5 › create deployment group containing an app from deployment modal:
code/test/e2e/loggedin/create_depl_group_with_app.spec.ts#L48
1) [logged-in-tests] › loggedin/create_depl_group_with_app.spec.ts:3:5 › create deployment group containing an app from deployment modal
Error: page.waitForURL: Test timeout of 60000ms exceeded.
=========================== logs ===========================
waiting for navigation until "load"
navigated to "https://issue-tasklist-3372.ui-7g4.pages.dev/ui/deployment-groups/create?temp-id=c7db4fb6-12b7-420a-9e83-be346bdd0f45"
============================================================
46 |
47 | const depSetUrlRegExp = new RegExp(`${baseURL}/ui/deployment-groups/([0-9a-f-]{20,})`.replace(/[/.]/g, '\\$&') + '(\\?.+)?');
> 48 | await page.waitForURL(depSetUrlRegExp);
| ^
49 | const depGroupUuid = page.url().match(depSetUrlRegExp)![1];
50 |
51 | const mainMenu = await page.getByTestId('nuvla-ui-sidebar');
at /__w/ui/ui/code/test/e2e/loggedin/create_depl_group_with_app.spec.ts:48:14
|
e2e-test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, actions/setup-node@v3, WalshyDev/cf-pages-await@v1, 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/
|
Slow Test:
code/[logged-in-tests] › loggedin/create_depl_group_with_app.spec.ts#L1
code/[logged-in-tests] › loggedin/create_depl_group_with_app.spec.ts took 1.2m
|
Slow Test:
code/[logged-in-tests] › loggedin/logger.spec.ts#L1
code/[logged-in-tests] › loggedin/logger.spec.ts took 29.8s
|
Slow Test:
code/[logged-in-tests] › loggedin/nuvlaedgeBulkEditTags.spec.ts#L1
code/[logged-in-tests] › loggedin/nuvlaedgeBulkEditTags.spec.ts took 19.9s
|
e2e-test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
e2e-test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
e2e-test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
e2e-test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
e2e-test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "playwright", "playwright-logout".
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/
|
🎭 Playwright Run Summary
1 flaky
[logged-in-tests] › loggedin/create_depl_group_with_app.spec.ts:3:5 › create deployment group containing an app from deployment modal
8 skipped
19 passed (4.3m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright
|
516 MB |
|
playwright-logout
|
516 MB |
|