chore(deps-dev): bump phpstan/phpstan from 2.1.40 to 2.1.42 #1064
test-e2e.yml
on: push
Playwright E2E tests
6m 15s
Annotations
1 error, 1 warning, and 1 notice
|
[chromium] › tests/e2e/specs/admin.spec.js:91:5 › Chart Library › clone/duplicate a chart:
tests/e2e/utils/common.js#L81
1) [chromium] › tests/e2e/specs/admin.spec.js:91:5 › Chart Library › clone/duplicate a chart ─────
Error: apiRequestContext.fetch: socket hang up
Call log:
- → GET http://localhost:8889/index.php?rest_route=%2Fwp%2Fv2%2Fvisualizer&per_page=100&status=publish%2Cfuture%2Cdraft%2Cpending%2Cprivate%2Ctrash
- user-agent: Playwright/1.58.2 (x64; ubuntu 22.04) node/18.20 CI/1
- accept: */*
- accept-encoding: gzip,deflate,br
- X-WP-Nonce: c9962cae00
- cookie: wordpress_test_cookie=WP%20Cookie%20check; wordpress_logged_in_23778236db82f19306f247e20a353a99=admin%7C1775039944%7C7gjn9bYk3rCdDwnJjXHPFbWWMNavEN8mMvUiVsCliox%7C826d539c6ce94c13df4ba38a6ebd3b8ce5117501623ceed6cdd20482d491bea2; wp-settings-time-1=1774867144
at ../utils/common.js:81
79 | */
80 | export async function deleteAllCharts( requestUtils ) {
> 81 | const posts = await requestUtils.rest( {
| ^
82 | path: '/wp/v2/visualizer',
83 | params: {
84 | per_page: 100,
at RequestUtils.rest (/home/runner/work/visualizer/visualizer/node_modules/@wordpress/e2e-test-utils-playwright/src/request-utils/rest.ts:96:39)
at deleteAllCharts (/home/runner/work/visualizer/visualizer/tests/e2e/utils/common.js:81:38)
at /home/runner/work/visualizer/visualizer/tests/e2e/specs/admin.spec.js:14:15
|
|
Playwright E2E tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › tests/e2e/specs/admin.spec.js:91:5 › Chart Library › clone/duplicate a chart ──────
6 skipped
37 passed (2.8m)
|