chore(deps-dev): bump @playwright/test from 1.57.0 to 1.61.0 in the testing group #5466
Annotations
10 errors and 1 warning
|
Error: Playwright Test did not expect test.describe.configure() to be called here.
Most common reasons include:
- You are calling test.describe.configure() in a configuration file.
- You are calling test.describe.configure() 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.configure() from an async test.describe() block. Only sync ones are supported.
at vrt-spotify-controls.spec.ts:8
6 |
7 | // Test suite configuration
> 8 | test.describe.configure({ mode: 'serial' })
| ^
9 |
10 | // Reusable page objects
11 | let controlPage: Page
at _TestTypeImpl._currentSuite (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.61.0/node_modules/playwright/lib/common/index.js:2256:13)
at _TestTypeImpl._configure (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.61.0/node_modules/playwright/lib/common/index.js:2353:24)
at Function.configure (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.61.0/node_modules/playwright/lib/common/index.js:1219:12)
at /home/runner/work/hrm/hrm/tests/playwright/vrt-spotify-controls.spec.ts:8:15
|
|
Error: Playwright Test did not expect test.describe.configure() to be called here.
Most common reasons include:
- You are calling test.describe.configure() in a configuration file.
- You are calling test.describe.configure() 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.configure() from an async test.describe() block. Only sync ones are supported.
at vrt-mock-hrm-client.spec.ts:8
6 |
7 | // Test suite configuration
> 8 | test.describe.configure({ mode: 'serial' })
| ^
9 |
10 | // Reusable page objects
11 | let mockPage: Page
at _TestTypeImpl._currentSuite (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.61.0/node_modules/playwright/lib/common/index.js:2256:13)
at _TestTypeImpl._configure (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.61.0/node_modules/playwright/lib/common/index.js:2353:24)
at Function.configure (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.61.0/node_modules/playwright/lib/common/index.js:1219:12)
at /home/runner/work/hrm/hrm/tests/playwright/vrt-mock-hrm-client.spec.ts:8:15
|
|
Error: Playwright Test did not expect test.describe.configure() to be called here.
Most common reasons include:
- You are calling test.describe.configure() in a configuration file.
- You are calling test.describe.configure() 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.configure() from an async test.describe() block. Only sync ones are supported.
at vrt-hr-components.spec.ts:15
13 |
14 | // Test suite configuration
> 15 | test.describe.configure({ mode: 'serial' })
| ^
16 |
17 | // Reusable page objects
18 | let dashboardPage: Page
at _TestTypeImpl._currentSuite (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.61.0/node_modules/playwright/lib/common/index.js:2256:13)
at _TestTypeImpl._configure (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.61.0/node_modules/playwright/lib/common/index.js:2353:24)
at Function.configure (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.61.0/node_modules/playwright/lib/common/index.js:1219:12)
at /home/runner/work/hrm/hrm/tests/playwright/vrt-hr-components.spec.ts:15:15
|
|
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 vrt-experimental.spec.ts:6
4 | import { waitForPageReady } from './lib/waits'
5 |
> 6 | test.describe('Experimental Analytics Page VRT', () => {
| ^
7 | test('initial state', async ({ dashboardPage }) => {
8 | await setupMinimalVisualRegressionTest(
9 | dashboardPage,
at _TestTypeImpl._currentSuite (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.61.0/node_modules/playwright/lib/common/index.js:2256:13)
at _TestTypeImpl._describe (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.61.0/node_modules/playwright/lib/common/index.js:2297:24)
at Function.describe (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.61.0/node_modules/playwright/lib/common/index.js:1219:12)
at /home/runner/work/hrm/hrm/tests/playwright/vrt-experimental.spec.ts:6:6
|
|
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 vrt-dashboard.spec.ts:13
11 |
12 | // Test suite for VRT
> 13 | test.describe('Dashboard Visual Regression Tests', () => {
| ^
14 | test.describe('Dashboard Component', () => {
15 | test('initial, empty state', async ({ dashboardPage }) => {
16 | await setupMinimalVisualRegressionTest(dashboardPage, '/')
at _TestTypeImpl._currentSuite (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.61.0/node_modules/playwright/lib/common/index.js:2256:13)
at _TestTypeImpl._describe (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.61.0/node_modules/playwright/lib/common/index.js:2297:24)
at Function.describe (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.61.0/node_modules/playwright/lib/common/index.js:1219:12)
at /home/runner/work/hrm/hrm/tests/playwright/vrt-dashboard.spec.ts:13:6
|
|
Error: Playwright Test did not expect test.describe.configure() to be called here.
Most common reasons include:
- You are calling test.describe.configure() in a configuration file.
- You are calling test.describe.configure() 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.configure() from an async test.describe() block. Only sync ones are supported.
at vrt-control-panel.spec.ts:8
6 |
7 | // Test suite configuration
> 8 | test.describe.configure({ mode: 'serial' })
| ^
9 |
10 | // Reusable page objects
11 | let controlPage: Page
at _TestTypeImpl._currentSuite (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.61.0/node_modules/playwright/lib/common/index.js:2256:13)
at _TestTypeImpl._configure (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.61.0/node_modules/playwright/lib/common/index.js:2353:24)
at Function.configure (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.61.0/node_modules/playwright/lib/common/index.js:1219:12)
at /home/runner/work/hrm/hrm/tests/playwright/vrt-control-panel.spec.ts:8:15
|
|
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 vrt-connect-page.spec.ts:9
7 | import { BluetoothConnectionStatus } from '../../types/bluetooth'
8 |
> 9 | test.describe('Visual Regression Tests for /client/connect Page', () => {
| ^
10 | test.beforeEach(async ({ connectPage }) => {
11 | await injectBluetoothMocks(connectPage)
12 | await connectPage.goto('/client/connect')
at _TestTypeImpl._currentSuite (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.61.0/node_modules/playwright/lib/common/index.js:2256:13)
at _TestTypeImpl._describe (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.61.0/node_modules/playwright/lib/common/index.js:2297:24)
at Function.describe (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.61.0/node_modules/playwright/lib/common/index.js:1219:12)
at /home/runner/work/hrm/hrm/tests/playwright/vrt-connect-page.spec.ts:9:6
|
|
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 vrt-components.spec.ts:13
11 | import { VRT_TIMEOUTS } from './lib/timeouts'
12 |
> 13 | test.describe('Component-Specific VRT', () => {
| ^
14 | test('BottomNavBar highlights correct icon', async ({ dashboardPage }) => {
15 | await setupMinimalVisualRegressionTest(dashboardPage, '/')
16 | const bottomNav = dashboardPage.getByTestId('bottom-nav-bar')
at _TestTypeImpl._currentSuite (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.61.0/node_modules/playwright/lib/common/index.js:2256:13)
at _TestTypeImpl._describe (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.61.0/node_modules/playwright/lib/common/index.js:2297:24)
at Function.describe (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.61.0/node_modules/playwright/lib/common/index.js:1219:12)
at /home/runner/work/hrm/hrm/tests/playwright/vrt-components.spec.ts:13:6
|
|
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 simple-smoke.spec.ts:5
3 | import { BASE_URL } from './lib'
4 |
> 5 | test.describe('Simple Smoke Test', () => {
| ^
6 | test('should load the homepage and have the correct title', async ({
7 | page,
8 | }) => {
at _TestTypeImpl._currentSuite (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.61.0/node_modules/playwright/lib/common/index.js:2256:13)
at _TestTypeImpl._describe (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.61.0/node_modules/playwright/lib/common/index.js:2297:24)
at Function.describe (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.61.0/node_modules/playwright/lib/common/index.js:1219:12)
at /home/runner/work/hrm/hrm/tests/playwright/simple-smoke.spec.ts:5:6
|
|
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 remote-capabilities.spec.ts:7
5 | const BASE_URL = getBaseURL()
6 |
> 7 | test.describe('Remote Capabilities & Command Relay', () => {
| ^
8 | test('Controller sends commands via WebSocket', async ({ page }) => {
9 | // 1. Setup Network & WS capture
10 | const failedRequests: string[] = []
at _TestTypeImpl._currentSuite (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.61.0/node_modules/playwright/lib/common/index.js:2256:13)
at _TestTypeImpl._describe (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.61.0/node_modules/playwright/lib/common/index.js:2297:24)
at Function.describe (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.61.0/node_modules/playwright/lib/common/index.js:1219:12)
at /home/runner/work/hrm/hrm/tests/playwright/remote-capabilities.spec.ts:7:6
|
|
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4, dorny/test-reporter@v1, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 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/
|
The logs for this run have expired and are no longer available.
Loading