chore(deps-dev): bump @playwright/test from 1.57.0 to 1.61.1 in the testing group #5479
Annotations
3 errors and 1 warning
|
|
|
|
|
Error: Playwright Test did not expect test.describe() to be called here.
Most common reasons include:
- You are calling test.describe() in a configuration file.
- You are calling test.describe() in a file that is imported by the configuration file.
- You have two different versions of @playwright/test. This usually happens
when one of the dependencies in your package.json depends on @playwright/test.
- You are calling test.describe() from an async test.describe() block. Only sync ones are supported.
at infrastructure.spec.ts:30
28 | }
29 |
> 30 | test.describe('Infrastructure & Scripts', () => {
| ^
31 | // 1. LINT CHECK
32 | // Ensures you never commit code that violates ESLint rules.
33 | // Skipping since pnpm build is already running in ci
at _TestTypeImpl._currentSuite (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.61.1/node_modules/playwright/lib/common/index.js:2257:13)
at _TestTypeImpl._describe (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.61.1/node_modules/playwright/lib/common/index.js:2298:24)
at Function.describe (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.61.1/node_modules/playwright/lib/common/index.js:1220:12)
at /home/runner/work/hrm/hrm/tests/playwright/infrastructure.spec.ts:30:6
|
|
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4, dorny/test-reporter@v1, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
The logs for this run have expired and are no longer available.
Loading