Skip to content

[ACS-8045]update ACA chrome driver #2795

[ACS-8045]update ACA chrome driver

[ACS-8045]update ACA chrome driver #2795

Triggered via pull request May 24, 2024 11:33
Status Success
Total duration 19m 26s
Artifacts 9

pull-request.yml

on: pull_request
Matrix: unit-tests
Matrix: e2es-playwright
Matrix: e2es
Finalize
4s
Finalize
Fit to window
Zoom out
Zoom in

Annotations

15 errors, 33 warnings, and 14 notices
[Navigation] › src/tests/sidebar.e2e.ts:69:7 › Sidebar › [C269096] sidebar toggle: e2e/playwright/navigation/src/tests/sidebar.e2e.ts#L74
1) [Navigation] › src/tests/sidebar.e2e.ts:69:7 › Sidebar › [C269096] sidebar toggle ───────────── Error: Sidebar not expanded expect(received).toBe(expected) // Object.is equality Expected: true Received: false 72 | expect(await personalFiles.sidenav.isSidenavExpanded(), 'Sidebar expanded').toBe(false); 73 | await personalFiles.sidenav.expandSideNav(); > 74 | expect(await personalFiles.sidenav.isSidenavExpanded(), 'Sidebar not expanded').toBe(true); | ^ 75 | }); 76 | 77 | test('[C277224] sidenav returns to the default state when navigating away from the Search Results page', async ({ personalFiles, searchPage }) => { at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/sidebar.e2e.ts:74:85
[Navigation] › src/tests/sidebar.e2e.ts:77:7 › Sidebar › [C277224] sidenav returns to the default state when navigating away from the Search Results page: e2e/playwright/navigation/src/tests/sidebar.e2e.ts#L81
2) [Navigation] › src/tests/sidebar.e2e.ts:77:7 › Sidebar › [C277224] sidenav returns to the default state when navigating away from the Search Results page Error: Sidebar not expanded expect(received).toBe(expected) // Object.is equality Expected: true Received: false 79 | await searchPage.searchInput.getIconByName('close').click(); 80 | await searchPage.sidenav.expandedSidenav.waitFor({ state: 'attached' }); > 81 | expect(await personalFiles.sidenav.isSidenavExpanded(), 'Sidebar not expanded').toBe(true); | ^ 82 | }); 83 | }); 84 | at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/sidebar.e2e.ts:81:85
[Create Actions] › src/tests/create-library.e2e.ts:115:9 › Create Libraries › On My Libraries dataTable › [C280025] Create a public library: e2e/playwright/create-actions/src/tests/create-library.e2e.ts#L120
1) [Create Actions] › src/tests/create-library.e2e.ts:115:9 › Create Libraries › On My Libraries dataTable › [C280025] Create a public library Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('adf-breadcrumb .adf-breadcrumb-item[title=playwright-library-codj5]') Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('adf-breadcrumb .adf-breadcrumb-item[title=playwright-library-codj5]') 118 | await expect(libraryDialog.getLabelText(libraryIdLabel)).toHaveValue(randomLibraryName); 119 | await libraryDialog.createButton.click(); > 120 | await expect(libraryBreadcrumb.getItemByTitle(randomLibraryName)).toBeVisible(); | ^ 121 | 122 | await myLibrariesPage.navigate(); 123 | await expect(libraryTable.getCellByColumnNameAndRowItem(randomLibraryName, publicVisibility)).toBeVisible(); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/create-actions/src/tests/create-library.e2e.ts:120:73
[Viewer] › src/tests/viewer-action.e2e.ts:198:7 › viewer action file › [MNT-21058] Upload new version action when node is locked: e2e/playwright/viewer/src/tests/viewer-action.e2e.ts#L211
1) [Viewer] › src/tests/viewer-action.e2e.ts:198:7 › viewer action file › [MNT-21058] Upload new version action when node is locked Error: 'Cancel Editing' button shouldn't be shown Timed out 5000ms waiting for expect(locator).toBeHidden() Locator: locator('.mat-menu-content .mat-menu-item[title=\'Cancel Editing\']') Expected: hidden Received: visible Call log: - 'Cancel Editing' button shouldn't be shown with timeout 5000ms - waiting for locator('.mat-menu-content .mat-menu-item[title=\'Cancel Editing\']') - locator resolved to <button tabindex="0" role="menuitem" mat-menu-item="" ar…>…</button> - unexpected value "visible" - locator resolved to <button tabindex="0" role="menuitem" mat-menu-item="" ar…>…</button> - unexpected value "visible" - locator resolved to <button tabindex="0" role="menuitem" mat-menu-item="" ar…>…</button> - unexpected value "visible" - locator resolved to <button tabindex="0" role="menuitem" mat-menu-item="" ar…>…</button> - unexpected value "visible" - locator resolved to <button tabindex="0" role="menuitem" mat-menu-item="" ar…>…</button> - unexpected value "visible" - locator resolved to <button tabindex="0" role="menuitem" mat-menu-item="" ar…>…</button> - unexpected value "visible" - locator resolved to <button tabindex="0" role="menuitem" mat-menu-item="" ar…>…</button> - unexpected value "visible" - locator resolved to <button tabindex="0" role="menuitem" mat-menu-item="" ar…>…</button> - unexpected value "visible" 209 | 210 | await personalFiles.acaHeader.clickViewerMoreActions(); > 211 | await expect(personalFiles.matMenu.cancelEditingAction, `'Cancel Editing' button shouldn't be shown`).toBeHidden(); | ^ 212 | await expect(personalFiles.matMenu.editOfflineAction, `'Edit Offline' should be shown`).toBeVisible(); 213 | }); 214 | at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer-action.e2e.ts:211:107
[Copy Move Actions] › src/tests/destination-picker-dialog.e2e.ts:89:7 › Copy Move actions › [C263877] Contributor user can select the folder as destination: e2e/playwright/copy-move-actions/src/tests/destination-picker-dialog.e2e.ts#L1
1) [Copy Move Actions] › src/tests/destination-picker-dialog.e2e.ts:89:7 › Copy Move actions › [C263877] Contributor user can select the folder as destination Test timeout of 150000ms exceeded.
[Copy Move Actions] › src/tests/destination-picker-dialog.e2e.ts:89:7 › Copy Move actions › [C263877] Contributor user can select the folder as destination: projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L196
1) [Copy Move Actions] › src/tests/destination-picker-dialog.e2e.ts:89:7 › Copy Move actions › [C263877] Contributor user can select the folder as destination Error: locator.click: Test timeout of 150000ms exceeded. Call log: - waiting for locator('adf-datatable .adf-cell-value span[role="link"]').filter({ hasText: 'site-93ki3' }) at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:196 194 | */ 195 | async performClickFolderOrFileToOpen(name: string): Promise<void> { > 196 | await this.getCellLinkByName(name).click(); | ^ 197 | await this.spinnerWaitForReload(); 198 | } 199 | at DataTableComponent.performClickFolderOrFileToOpen (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:196:40) at copyContentInMyLibraries (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/copy-move-actions/src/tests/destination-picker-dialog.e2e.ts:76:37) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/copy-move-actions/src/tests/destination-picker-dialog.e2e.ts:92:11
[Search] › src/tests/search-filters-logic.e2e.ts:103:7 › Search - Filters - Logic › [C699502] Filter with Exclude: e2e/playwright/search/src/tests/search-filters-logic.e2e.ts#L112
1) [Search] › src/tests/search-filters-logic.e2e.ts:103:7 › Search - Filters - Logic › [C699502] Filter with Exclude Error: expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 0 110 | await searchPage.dataTable.progressBarWaitForReload(); 111 | > 112 | expect(await searchPage.dataTable.getRowsCount()).toBe(1); | ^ 113 | await expect(searchPage.dataTable.getRowByName(logicFile1.name)).toBeHidden(); 114 | await expect(searchPage.dataTable.getRowByName(logicFile2.name)).toBeVisible(); 115 | }); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-filters-logic.e2e.ts:112:55
[Search] › src/tests/search-filters-properties.e2e.ts:87:7 › Search - Filters - Properties › [C699047] Filter by type: e2e/playwright/search/src/tests/search-filters-properties.e2e.ts#L92
2) [Search] › src/tests/search-filters-properties.e2e.ts:87:7 › Search - Filters - Properties › [C699047] Filter by type Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('adf-datatable adf-datatable-row').filter({ hasText: '1p6zo-fileNameKb.pdf' }) Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: '1p6zo-fileNameKb.pdf' }) 90 | 91 | await expect(searchPage.searchFilters.propertiesFilter).toContainText('Properties: pdf'); > 92 | await expect(searchPage.dataTable.getRowByName(fileNamePdfKb)).toBeVisible(); | ^ 93 | await expect(searchPage.dataTable.getRowByName(fileNameJpgMb)).toBeHidden(); 94 | }); 95 | }); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-filters-properties.e2e.ts:92:68
[Search] › src/tests/search-sorting.e2e.ts:162:9 › Search sorting › [C277736] Sort by Modified date: e2e/playwright/search/src/tests/search-sorting.e2e.ts#L114
3) [Search] › src/tests/search-sorting.e2e.ts:162:9 › Search sorting › [C277736] Sort by Modified date Error: expect(received).toContain(expected) // indexOf Expected substring: "search-sort-18ffa-file-1.jpg" Received string: "search-sort-18ffa-file-2.pdf ( search sort title )search-sort-${random}-fileCompany Home › User Homes › user1-18ffa › parent-18ffa2.96 KB less than a minute ago user2-18ffa user2-18ffa View 0 more " 112 | await searchPage.searchSortingPicker.sortBy(sortBy, sortOrder); 113 | > 114 | expect(await searchPage.dataTable.getNthRow(0).textContent()).toContain(expectedFirstFile); | ^ 115 | expect(await searchPage.dataTable.getNthRow(1).textContent()).toContain(expectedSecondFile); 116 | } 117 | at testSearchSorting (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-sorting.e2e.ts:114:67) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-sorting.e2e.ts:163:7
[List Views] › src/tests/personal-files.e2e.ts:62:9 › Personal Files › Regular user's personal files › [C217143] has default sorted column: e2e/playwright/list-views/src/tests/personal-files.e2e.ts#L1
1) [List Views] › src/tests/personal-files.e2e.ts:62:9 › Personal Files › Regular user's personal files › [C217143] has default sorted column Test timeout of 85000ms exceeded.
[List Views] › src/tests/personal-files.e2e.ts:62:9 › Personal Files › Regular user's personal files › [C217143] has default sorted column: projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L271
1) [List Views] › src/tests/personal-files.e2e.ts:62:9 › Personal Files › Regular user's personal files › [C217143] has default sorted column Error: locator.innerText: Test timeout of 85000ms exceeded. Call log: - waiting for locator('adf-datatable .adf-datatable__header--sorted-asc .adf-datatable-cell-header-content .adf-datatable-cell-value,\n .adf-datatable__header--sorted-desc .adf-datatable-cell-header-content .adf-datatable-cell-value') at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:271 269 | 270 | async getSortedColumnHeaderText(): Promise<string> { > 271 | return this.sortedColumnHeader.innerText(); | ^ 272 | } 273 | 274 | private getItemLocationEl(name: string): Locator { at DataTableComponent.getSortedColumnHeaderText (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:271:36) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/personal-files.e2e.ts:64:44
[List Views] › src/tests/recent-files.e2e.ts:100:7 › Recent Files › [C280486] Location column redirect - file in folder: e2e/playwright/list-views/src/tests/recent-files.e2e.ts#L1
2) [List Views] › src/tests/recent-files.e2e.ts:100:7 › Recent Files › [C280486] Location column redirect - file in folder Error: {"error":{"errorKey":"Person 'user-ulexz' already exists.","statusCode":409,"briefSummary":"042414513 Person 'user-ulexz' already exists.","stackTrace":"For security reasons the stack trace is no longer displayed, but the property is kept for previous versions","descriptionURL":"https://api-explorer.alfresco.com","logId":"7d26bd4e-62aa-4301-9dbb-0ac6a5bc5071"}} at Request.callback (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:900:17) at fn (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:1190:18) at IncomingMessage.<anonymous> (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/parsers/json.js:19:7)
[List Views] › src/tests/shared-files.e2e.ts:118:7 › Shared Files › [C280491] Location column redirect - file in site: e2e/playwright/list-views/src/tests/shared-files.e2e.ts#L1
3) [List Views] › src/tests/shared-files.e2e.ts:118:7 › Shared Files › [C280491] Location column redirect - file in site Error: {"error":{"errorKey":"Person 'user-6ufgq' already exists.","statusCode":409,"briefSummary":"042414583 Person 'user-6ufgq' already exists.","stackTrace":"For security reasons the stack trace is no longer displayed, but the property is kept for previous versions","descriptionURL":"https://api-explorer.alfresco.com","logId":"ff7e2570-18d7-44e0-8178-6c93e9583545"}} at Request.callback (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:900:17) at fn (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:1190:18) at IncomingMessage.<anonymous> (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/parsers/json.js:19:7)
[List Views] › src/tests/trash.e2e.ts:92:9 › Trash › Regular user's personal files › [C280500] Location column is empty if parent folder no longer exists: e2e/playwright/list-views/src/tests/trash.e2e.ts#L1
4) [List Views] › src/tests/trash.e2e.ts:92:9 › Trash › Regular user's personal files › [C280500] Location column is empty if parent folder no longer exists Test timeout of 85000ms exceeded.
[List Views] › src/tests/trash.e2e.ts:92:9 › Trash › Regular user's personal files › [C280500] Location column is empty if parent folder no longer exists: projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L279
4) [List Views] › src/tests/trash.e2e.ts:92:9 › Trash › Regular user's personal files › [C280500] Location column is empty if parent folder no longer exists Error: locator.waitFor: Test timeout of 85000ms exceeded. Call log: - waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'file-1mlun.txt' }).locator('.aca-location-link').locator('a') at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:279 277 | 278 | async getItemLocationText(name: string): Promise<string> { > 279 | await this.getItemLocationEl(name).locator('a').waitFor({ state: 'attached' }); | ^ 280 | return this.getItemLocationEl(name).innerText(); 281 | } 282 | at DataTableComponent.getItemLocationText (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:279:53) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/trash.e2e.ts:93:40
🎭 Playwright Run Summary
3 passed (32.9s)
🎭 Playwright Run Summary
5 passed (31.8s)
🎭 Playwright Run Summary
8 passed (44.3s)
🎭 Playwright Run Summary
2 flaky [Navigation] › src/tests/sidebar.e2e.ts:69:7 › Sidebar › [C269096] sidebar toggle ────────────── [Navigation] › src/tests/sidebar.e2e.ts:77:7 › Sidebar › [C277224] sidenav returns to the default state when navigating away from the Search Results page 14 passed (1.8m)
🎭 Playwright Run Summary
15 passed (2.3m)
🎭 Playwright Run Summary
1 flaky [Create Actions] › src/tests/create-library.e2e.ts:115:9 › Create Libraries › On My Libraries dataTable › [C280025] Create a public library 19 passed (2.5m)
🎭 Playwright Run Summary
18 passed (2.4m)
🎭 Playwright Run Summary
11 passed (2.6m)
🎭 Playwright Run Summary
1 flaky [Viewer] › src/tests/viewer-action.e2e.ts:198:7 › viewer action file › [MNT-21058] Upload new version action when node is locked 26 passed (3.6m)
🎭 Playwright Run Summary
19 passed (5.0m)
🎭 Playwright Run Summary
64 passed (6.2m)
🎭 Playwright Run Summary
1 flaky [Copy Move Actions] › src/tests/destination-picker-dialog.e2e.ts:89:7 › Copy Move actions › [C263877] Contributor user can select the folder as destination 22 passed (6.6m)
🎭 Playwright Run Summary
3 flaky [Search] › src/tests/search-filters-logic.e2e.ts:103:7 › Search - Filters - Logic › [C699502] Filter with Exclude [Search] › src/tests/search-filters-properties.e2e.ts:87:7 › Search - Filters - Properties › [C699047] Filter by type [Search] › src/tests/search-sorting.e2e.ts:162:9 › Search sorting › [C277736] Sort by Modified date 43 passed (6.9m)
🎭 Playwright Run Summary
4 flaky [List Views] › src/tests/personal-files.e2e.ts:62:9 › Personal Files › Regular user's personal files › [C217143] has default sorted column [List Views] › src/tests/recent-files.e2e.ts:100:7 › Recent Files › [C280486] Location column redirect - file in folder [List Views] › src/tests/shared-files.e2e.ts:118:7 › Shared Files › [C280491] Location column redirect - file in site [List Views] › src/tests/trash.e2e.ts:92:9 › Trash › Regular user's personal files › [C280500] Location column is empty if parent folder no longer exists 60 passed (7.9m)
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/save@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Unit tests: aca-shared
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Unit tests: aca-content
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E Protractor - search
No files were found with the provided path: e2e-output/. No artifacts will be uploaded.
E2E Protractor - search
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E Playwright - folder-rules
No files were found with the provided path: test-results/. No artifacts will be uploaded.
E2E Playwright - folder-rules
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E Playwright - authentication
No files were found with the provided path: test-results/. No artifacts will be uploaded.
E2E Playwright - authentication
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E Playwright - upload-download-actions
No files were found with the provided path: test-results/. No artifacts will be uploaded.
E2E Playwright - upload-download-actions
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E Playwright - navigation
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E Playwright - share-action
No files were found with the provided path: test-results/. No artifacts will be uploaded.
E2E Playwright - share-action
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E Playwright - create-actions
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E Playwright - info-drawer
No files were found with the provided path: test-results/. No artifacts will be uploaded.
E2E Playwright - info-drawer
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E Protractor - editActions,favoriteActions
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E Playwright - pagination
No files were found with the provided path: test-results/. No artifacts will be uploaded.
E2E Playwright - pagination
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E Protractor - deleteActions
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E Playwright - viewer
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E Playwright - library-actions
No files were found with the provided path: test-results/. No artifacts will be uploaded.
E2E Playwright - library-actions
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E Playwright - special-permissions
No files were found with the provided path: test-results/. No artifacts will be uploaded.
E2E Playwright - special-permissions
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E Playwright - copy-move-actions
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E Playwright - search
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E Playwright - list-views
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E Protractor - uploadDownloadActions
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Finalize
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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: "deleteActions", "editActions,favoriteActions", "uploadDownloadActions". 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/

Artifacts

Produced during runtime
Name Size
copy-move-actions
1.39 MB
create-actions
2.17 MB
deleteActions
2.14 MB
editActions,favoriteActions
2.13 MB
list-views
2.61 MB
navigation
3.6 MB
search
7.38 MB
uploadDownloadActions
2.12 MB
viewer
2.33 MB