Skip to content

Block Bindings: Don't show protected fields that are bound to blocks #98102

Block Bindings: Don't show protected fields that are bound to blocks

Block Bindings: Don't show protected fields that are bound to blocks #98102

Triggered via pull request February 27, 2024 17:07
Status Failure
Total duration 20m 9s
Artifacts 2

end2end-test.yml

on: pull_request
Matrix: e2e-playwright
Report to GitHub
3m 22s
Report to GitHub
Fit to window
Zoom out
Zoom in

Annotations

12 errors, 10 warnings, and 8 notices
[chromium] › widgets/editing-widgets.spec.js:44:2 › Widgets screen › Should insert content using the global inserter: test/e2e/specs/widgets/editing-widgets.spec.js#L1
1) [chromium] › widgets/editing-widgets.spec.js:44:2 › Widgets screen › Should insert content using the global inserter { code: 'internal_server_error', message: '<p>There has been a critical error on this website.</p><p><a href="https://wordpress.org/documentation/article/faq-troubleshooting/">Learn more about troubleshooting WordPress.</a></p>', data: { status: 500, error: { type: 1, message: "Uncaught Error: Failed opening required '/var/www/html/wp-content/themes/twentytwenty/classes/class-twenty-twenty-one-svg-icons.php' (include_path='.:/usr/local/lib/php') in /var/www/html/wp-content/themes/gutenberg-test-themes/twentytwentyone/functions.php:529\n" + 'Stack trace:\n' + '#0 /var/www/html/wp-settings.php(647): include()\n' + "#1 /var/www/html/wp-config.php(142): require_once('/var/www/html/w...')\n" + "#2 /var/www/html/wp-load.php(50): require_once('/var/www/html/w...')\n" + "#3 /var/www/html/wp-blog-header.php(13): require_once('/var/www/html/w...')\n" + "#4 /var/www/html/index.php(17): require('/var/www/html/w...')\n" + '#5 {main}\n' + ' thrown', file: '/var/www/html/wp-content/themes/gutenberg-test-themes/twentytwentyone/functions.php', line: 529 } }, additional_errors: [] }
Playwright - 3
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
[chromium] › editor/various/block-bindings.spec.js:1213:4 › Block bindings › Post/page context › Paragraph › Should show the value of the key when custom field doesn't exists: test/e2e/specs/editor/various/block-bindings.spec.js#L1247
1) [chromium] › editor/various/block-bindings.spec.js:1213:4 › Block bindings › Post/page context › Paragraph › Should show the value of the key when custom field doesn't exists Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected) Locator: locator('#paragraph-binding') Expected string: "fallback value" Received string: "non_existing_custom_field" Call log: - expect.toHaveText with timeout 5000ms - waiting for locator('#paragraph-binding') - locator resolved to <p id="paragraph-binding">non_existing_custom_field</p> - unexpected value "non_existing_custom_field" - locator resolved to <p id="paragraph-binding">non_existing_custom_field</p> - unexpected value "non_existing_custom_field" - locator resolved to <p id="paragraph-binding">non_existing_custom_field</p> - unexpected value "non_existing_custom_field" - locator resolved to <p id="paragraph-binding">non_existing_custom_field</p> - unexpected value "non_existing_custom_field" - locator resolved to <p id="paragraph-binding">non_existing_custom_field</p> - unexpected value "non_existing_custom_field" - locator resolved to <p id="paragraph-binding">non_existing_custom_field</p> - unexpected value "non_existing_custom_field" - locator resolved to <p id="paragraph-binding">non_existing_custom_field</p> - unexpected value "non_existing_custom_field" - locator resolved to <p id="paragraph-binding">non_existing_custom_field</p> - unexpected value "non_existing_custom_field" - locator resolved to <p id="paragraph-binding">non_existing_custom_field</p> - unexpected value "non_existing_custom_field" 1245 | const postId = await editor.publishPost(); 1246 | await page.goto( `/?p=${ postId }` ); > 1247 | await expect( page.locator( '#paragraph-binding' ) ).toHaveText( | ^ 1248 | 'fallback value' 1249 | ); 1250 | } ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings.spec.js:1247:58
[chromium] › editor/various/block-bindings.spec.js:1213:4 › Block bindings › Post/page context › Paragraph › Should show the value of the key when custom field doesn't exists: test/e2e/specs/editor/various/block-bindings.spec.js#L1247
1) [chromium] › editor/various/block-bindings.spec.js:1213:4 › Block bindings › Post/page context › Paragraph › Should show the value of the key when custom field doesn't exists Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected) Locator: locator('#paragraph-binding') Expected string: "fallback value" Received string: "non_existing_custom_field" Call log: - expect.toHaveText with timeout 5000ms - waiting for locator('#paragraph-binding') - locator resolved to <p id="paragraph-binding">non_existing_custom_field</p> - unexpected value "non_existing_custom_field" - locator resolved to <p id="paragraph-binding">non_existing_custom_field</p> - unexpected value "non_existing_custom_field" - locator resolved to <p id="paragraph-binding">non_existing_custom_field</p> - unexpected value "non_existing_custom_field" - locator resolved to <p id="paragraph-binding">non_existing_custom_field</p> - unexpected value "non_existing_custom_field" - locator resolved to <p id="paragraph-binding">non_existing_custom_field</p> - unexpected value "non_existing_custom_field" - locator resolved to <p id="paragraph-binding">non_existing_custom_field</p> - unexpected value "non_existing_custom_field" - locator resolved to <p id="paragraph-binding">non_existing_custom_field</p> - unexpected value "non_existing_custom_field" - locator resolved to <p id="paragraph-binding">non_existing_custom_field</p> - unexpected value "non_existing_custom_field" - locator resolved to <p id="paragraph-binding">non_existing_custom_field</p> - unexpected value "non_existing_custom_field" 1245 | const postId = await editor.publishPost(); 1246 | await page.goto( `/?p=${ postId }` ); > 1247 | await expect( page.locator( '#paragraph-binding' ) ).toHaveText( | ^ 1248 | 'fallback value' 1249 | ); 1250 | } ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings.spec.js:1247:58
[chromium] › editor/various/block-bindings.spec.js:1213:4 › Block bindings › Post/page context › Paragraph › Should show the value of the key when custom field doesn't exists: test/e2e/specs/editor/various/block-bindings.spec.js#L1247
1) [chromium] › editor/various/block-bindings.spec.js:1213:4 › Block bindings › Post/page context › Paragraph › Should show the value of the key when custom field doesn't exists Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected) Locator: locator('#paragraph-binding') Expected string: "fallback value" Received string: "non_existing_custom_field" Call log: - expect.toHaveText with timeout 5000ms - waiting for locator('#paragraph-binding') - locator resolved to <p id="paragraph-binding">non_existing_custom_field</p> - unexpected value "non_existing_custom_field" - locator resolved to <p id="paragraph-binding">non_existing_custom_field</p> - unexpected value "non_existing_custom_field" - locator resolved to <p id="paragraph-binding">non_existing_custom_field</p> - unexpected value "non_existing_custom_field" - locator resolved to <p id="paragraph-binding">non_existing_custom_field</p> - unexpected value "non_existing_custom_field" - locator resolved to <p id="paragraph-binding">non_existing_custom_field</p> - unexpected value "non_existing_custom_field" - locator resolved to <p id="paragraph-binding">non_existing_custom_field</p> - unexpected value "non_existing_custom_field" - locator resolved to <p id="paragraph-binding">non_existing_custom_field</p> - unexpected value "non_existing_custom_field" - locator resolved to <p id="paragraph-binding">non_existing_custom_field</p> - unexpected value "non_existing_custom_field" - locator resolved to <p id="paragraph-binding">non_existing_custom_field</p> - unexpected value "non_existing_custom_field" 1245 | const postId = await editor.publishPost(); 1246 | await page.goto( `/?p=${ postId }` ); > 1247 | await expect( page.locator( '#paragraph-binding' ) ).toHaveText( | ^ 1248 | 'fallback value' 1249 | ); 1250 | } ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings.spec.js:1247:58
[chromium] › editor/various/block-bindings.spec.js:1252:4 › Block bindings › Post/page context › Paragraph › should not show the value of a protected meta field: test/e2e/specs/editor/various/block-bindings.spec.js#L1278
2) [chromium] › editor/various/block-bindings.spec.js:1252:4 › Block bindings › Post/page context › Paragraph › should not show the value of a protected meta field Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected) Locator: locator('#paragraph-binding') Expected string: "fallback value" Received string: "_protected_field" Call log: - expect.toHaveText with timeout 5000ms - waiting for locator('#paragraph-binding') - locator resolved to <p id="paragraph-binding">_protected_field</p> - unexpected value "_protected_field" - locator resolved to <p id="paragraph-binding">_protected_field</p> - unexpected value "_protected_field" - locator resolved to <p id="paragraph-binding">_protected_field</p> - unexpected value "_protected_field" - locator resolved to <p id="paragraph-binding">_protected_field</p> - unexpected value "_protected_field" - locator resolved to <p id="paragraph-binding">_protected_field</p> - unexpected value "_protected_field" - locator resolved to <p id="paragraph-binding">_protected_field</p> - unexpected value "_protected_field" - locator resolved to <p id="paragraph-binding">_protected_field</p> - unexpected value "_protected_field" - locator resolved to <p id="paragraph-binding">_protected_field</p> - unexpected value "_protected_field" - locator resolved to <p id="paragraph-binding">_protected_field</p> - unexpected value "_protected_field" 1276 | const postId = await editor.publishPost(); 1277 | await page.goto( `/?p=${ postId }` ); > 1278 | await expect( page.locator( '#paragraph-binding' ) ).toHaveText( | ^ 1279 | 'fallback value' 1280 | ); 1281 | } ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings.spec.js:1278:58
[chromium] › editor/various/block-bindings.spec.js:1252:4 › Block bindings › Post/page context › Paragraph › should not show the value of a protected meta field: test/e2e/specs/editor/various/block-bindings.spec.js#L1278
2) [chromium] › editor/various/block-bindings.spec.js:1252:4 › Block bindings › Post/page context › Paragraph › should not show the value of a protected meta field Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected) Locator: locator('#paragraph-binding') Expected string: "fallback value" Received string: "_protected_field" Call log: - expect.toHaveText with timeout 5000ms - waiting for locator('#paragraph-binding') - locator resolved to <p id="paragraph-binding">_protected_field</p> - unexpected value "_protected_field" - locator resolved to <p id="paragraph-binding">_protected_field</p> - unexpected value "_protected_field" - locator resolved to <p id="paragraph-binding">_protected_field</p> - unexpected value "_protected_field" - locator resolved to <p id="paragraph-binding">_protected_field</p> - unexpected value "_protected_field" - locator resolved to <p id="paragraph-binding">_protected_field</p> - unexpected value "_protected_field" - locator resolved to <p id="paragraph-binding">_protected_field</p> - unexpected value "_protected_field" - locator resolved to <p id="paragraph-binding">_protected_field</p> - unexpected value "_protected_field" - locator resolved to <p id="paragraph-binding">_protected_field</p> - unexpected value "_protected_field" - locator resolved to <p id="paragraph-binding">_protected_field</p> - unexpected value "_protected_field" 1276 | const postId = await editor.publishPost(); 1277 | await page.goto( `/?p=${ postId }` ); > 1278 | await expect( page.locator( '#paragraph-binding' ) ).toHaveText( | ^ 1279 | 'fallback value' 1280 | ); 1281 | } ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings.spec.js:1278:58
[chromium] › editor/various/block-bindings.spec.js:1252:4 › Block bindings › Post/page context › Paragraph › should not show the value of a protected meta field: test/e2e/specs/editor/various/block-bindings.spec.js#L1278
2) [chromium] › editor/various/block-bindings.spec.js:1252:4 › Block bindings › Post/page context › Paragraph › should not show the value of a protected meta field Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected) Locator: locator('#paragraph-binding') Expected string: "fallback value" Received string: "_protected_field" Call log: - expect.toHaveText with timeout 5000ms - waiting for locator('#paragraph-binding') - locator resolved to <p id="paragraph-binding">_protected_field</p> - unexpected value "_protected_field" - locator resolved to <p id="paragraph-binding">_protected_field</p> - unexpected value "_protected_field" - locator resolved to <p id="paragraph-binding">_protected_field</p> - unexpected value "_protected_field" - locator resolved to <p id="paragraph-binding">_protected_field</p> - unexpected value "_protected_field" - locator resolved to <p id="paragraph-binding">_protected_field</p> - unexpected value "_protected_field" - locator resolved to <p id="paragraph-binding">_protected_field</p> - unexpected value "_protected_field" - locator resolved to <p id="paragraph-binding">_protected_field</p> - unexpected value "_protected_field" - locator resolved to <p id="paragraph-binding">_protected_field</p> - unexpected value "_protected_field" - locator resolved to <p id="paragraph-binding">_protected_field</p> - unexpected value "_protected_field" 1276 | const postId = await editor.publishPost(); 1277 | await page.goto( `/?p=${ postId }` ); > 1278 | await expect( page.locator( '#paragraph-binding' ) ).toHaveText( | ^ 1279 | 'fallback value' 1280 | ); 1281 | } ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings.spec.js:1278:58
[chromium] › editor/various/block-bindings.spec.js:1283:4 › Block bindings › Post/page context › Paragraph › should not show the value of a meta field with `show_in_rest` false: test/e2e/specs/editor/various/block-bindings.spec.js#L1311
3) [chromium] › editor/various/block-bindings.spec.js:1283:4 › Block bindings › Post/page context › Paragraph › should not show the value of a meta field with `show_in_rest` false Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected) Locator: locator('#paragraph-binding') Expected string: "fallback value" Received string: "show_in_rest_false_field" Call log: - expect.toHaveText with timeout 5000ms - waiting for locator('#paragraph-binding') - locator resolved to <p id="paragraph-binding">show_in_rest_false_field</p> - unexpected value "show_in_rest_false_field" - locator resolved to <p id="paragraph-binding">show_in_rest_false_field</p> - unexpected value "show_in_rest_false_field" - locator resolved to <p id="paragraph-binding">show_in_rest_false_field</p> - unexpected value "show_in_rest_false_field" - locator resolved to <p id="paragraph-binding">show_in_rest_false_field</p> - unexpected value "show_in_rest_false_field" - locator resolved to <p id="paragraph-binding">show_in_rest_false_field</p> - unexpected value "show_in_rest_false_field" - locator resolved to <p id="paragraph-binding">show_in_rest_false_field</p> - unexpected value "show_in_rest_false_field" - locator resolved to <p id="paragraph-binding">show_in_rest_false_field</p> - unexpected value "show_in_rest_false_field" - locator resolved to <p id="paragraph-binding">show_in_rest_false_field</p> - unexpected value "show_in_rest_false_field" - locator resolved to <p id="paragraph-binding">show_in_rest_false_field</p> - unexpected value "show_in_rest_false_field" 1309 | const postId = await editor.publishPost(); 1310 | await page.goto( `/?p=${ postId }` ); > 1311 | await expect( page.locator( '#paragraph-binding' ) ).toHaveText( | ^ 1312 | 'fallback value' 1313 | ); 1314 | } ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings.spec.js:1311:58
[chromium] › editor/various/block-bindings.spec.js:1283:4 › Block bindings › Post/page context › Paragraph › should not show the value of a meta field with `show_in_rest` false: test/e2e/specs/editor/various/block-bindings.spec.js#L1311
3) [chromium] › editor/various/block-bindings.spec.js:1283:4 › Block bindings › Post/page context › Paragraph › should not show the value of a meta field with `show_in_rest` false Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected) Locator: locator('#paragraph-binding') Expected string: "fallback value" Received string: "show_in_rest_false_field" Call log: - expect.toHaveText with timeout 5000ms - waiting for locator('#paragraph-binding') - locator resolved to <p id="paragraph-binding">show_in_rest_false_field</p> - unexpected value "show_in_rest_false_field" - locator resolved to <p id="paragraph-binding">show_in_rest_false_field</p> - unexpected value "show_in_rest_false_field" - locator resolved to <p id="paragraph-binding">show_in_rest_false_field</p> - unexpected value "show_in_rest_false_field" - locator resolved to <p id="paragraph-binding">show_in_rest_false_field</p> - unexpected value "show_in_rest_false_field" - locator resolved to <p id="paragraph-binding">show_in_rest_false_field</p> - unexpected value "show_in_rest_false_field" - locator resolved to <p id="paragraph-binding">show_in_rest_false_field</p> - unexpected value "show_in_rest_false_field" - locator resolved to <p id="paragraph-binding">show_in_rest_false_field</p> - unexpected value "show_in_rest_false_field" - locator resolved to <p id="paragraph-binding">show_in_rest_false_field</p> - unexpected value "show_in_rest_false_field" - locator resolved to <p id="paragraph-binding">show_in_rest_false_field</p> - unexpected value "show_in_rest_false_field" 1309 | const postId = await editor.publishPost(); 1310 | await page.goto( `/?p=${ postId }` ); > 1311 | await expect( page.locator( '#paragraph-binding' ) ).toHaveText( | ^ 1312 | 'fallback value' 1313 | ); 1314 | } ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings.spec.js:1311:58
[chromium] › editor/various/block-bindings.spec.js:1283:4 › Block bindings › Post/page context › Paragraph › should not show the value of a meta field with `show_in_rest` false: test/e2e/specs/editor/various/block-bindings.spec.js#L1311
3) [chromium] › editor/various/block-bindings.spec.js:1283:4 › Block bindings › Post/page context › Paragraph › should not show the value of a meta field with `show_in_rest` false Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected) Locator: locator('#paragraph-binding') Expected string: "fallback value" Received string: "show_in_rest_false_field" Call log: - expect.toHaveText with timeout 5000ms - waiting for locator('#paragraph-binding') - locator resolved to <p id="paragraph-binding">show_in_rest_false_field</p> - unexpected value "show_in_rest_false_field" - locator resolved to <p id="paragraph-binding">show_in_rest_false_field</p> - unexpected value "show_in_rest_false_field" - locator resolved to <p id="paragraph-binding">show_in_rest_false_field</p> - unexpected value "show_in_rest_false_field" - locator resolved to <p id="paragraph-binding">show_in_rest_false_field</p> - unexpected value "show_in_rest_false_field" - locator resolved to <p id="paragraph-binding">show_in_rest_false_field</p> - unexpected value "show_in_rest_false_field" - locator resolved to <p id="paragraph-binding">show_in_rest_false_field</p> - unexpected value "show_in_rest_false_field" - locator resolved to <p id="paragraph-binding">show_in_rest_false_field</p> - unexpected value "show_in_rest_false_field" - locator resolved to <p id="paragraph-binding">show_in_rest_false_field</p> - unexpected value "show_in_rest_false_field" - locator resolved to <p id="paragraph-binding">show_in_rest_false_field</p> - unexpected value "show_in_rest_false_field" 1309 | const postId = await editor.publishPost(); 1310 | await page.goto( `/?p=${ postId }` ); > 1311 | await expect( page.locator( '#paragraph-binding' ) ).toHaveText( | ^ 1312 | 'fallback value' 1313 | ); 1314 | } ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings.spec.js:1311:58
Playwright - 3
Process completed with exit code 1.
🎭 Playwright Run Summary
164 passed (5.2m)
🎭 Playwright Run Summary
151 passed (7.1m)
🎭 Playwright Run Summary
1 skipped 155 passed (7.1m)
🎭 Playwright Run Summary
1 flaky [chromium] › widgets/editing-widgets.spec.js:44:2 › Widgets screen › Should insert content using the global inserter 2 skipped 161 passed (7.7m)
🎭 Playwright Run Summary
1 skipped 175 passed (8.0m)
🎭 Playwright Run Summary
11 skipped 173 passed (7.7m)
🎭 Playwright Run Summary
3 skipped 165 passed (9.9m)
🎭 Playwright Run Summary
3 failed [chromium] › editor/various/block-bindings.spec.js:1213:4 › Block bindings › Post/page context › Paragraph › Should show the value of the key when custom field doesn't exists [chromium] › editor/various/block-bindings.spec.js:1252:4 › Block bindings › Post/page context › Paragraph › should not show the value of a protected meta field [chromium] › editor/various/block-bindings.spec.js:1283:4 › Block bindings › Post/page context › Paragraph › should not show the value of a meta field with `show_in_rest` false 1 skipped 178 passed (10.1m)
Puppeteer
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Playwright - 7
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Playwright - 4
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Playwright - 2
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Playwright - 6
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Playwright - 5
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Playwright - 1
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Playwright - 8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Playwright - 3
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Report to GitHub
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8, ./packages/report-flaky-tests. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

Artifacts

Produced during runtime
Name Size
failures-artifacts Expired
2.27 MB
flaky-tests-report Expired
1.04 KB