chore(deps-dev): bump @playwright/test from 1.57.0 to 1.58.2 in the testing group #5359
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.
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.58.2/node_modules/playwright/lib/common/testType.js:75:13)
at TestTypeImpl._configure (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.58.2/node_modules/playwright/lib/common/testType.js:171:24)
at Function.configure (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.58.2/node_modules/playwright/lib/transform/transform.js:282: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.
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.58.2/node_modules/playwright/lib/common/testType.js:75:13)
at TestTypeImpl._configure (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.58.2/node_modules/playwright/lib/common/testType.js:171:24)
at Function.configure (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.58.2/node_modules/playwright/lib/transform/transform.js:282: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.
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.58.2/node_modules/playwright/lib/common/testType.js:75:13)
at TestTypeImpl._configure (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.58.2/node_modules/playwright/lib/common/testType.js:171:24)
at Function.configure (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.58.2/node_modules/playwright/lib/transform/transform.js:282: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.
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.58.2/node_modules/playwright/lib/common/testType.js:75:13)
at TestTypeImpl._describe (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.58.2/node_modules/playwright/lib/common/testType.js:115:24)
at Function.describe (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.58.2/node_modules/playwright/lib/transform/transform.js:282: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.
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.58.2/node_modules/playwright/lib/common/testType.js:75:13)
at TestTypeImpl._describe (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.58.2/node_modules/playwright/lib/common/testType.js:115:24)
at Function.describe (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.58.2/node_modules/playwright/lib/transform/transform.js:282: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.
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.58.2/node_modules/playwright/lib/common/testType.js:75:13)
at TestTypeImpl._configure (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.58.2/node_modules/playwright/lib/common/testType.js:171:24)
at Function.configure (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.58.2/node_modules/playwright/lib/transform/transform.js:282: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.
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.58.2/node_modules/playwright/lib/common/testType.js:75:13)
at TestTypeImpl._describe (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.58.2/node_modules/playwright/lib/common/testType.js:115:24)
at Function.describe (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.58.2/node_modules/playwright/lib/transform/transform.js:282: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.
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.58.2/node_modules/playwright/lib/common/testType.js:75:13)
at TestTypeImpl._describe (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.58.2/node_modules/playwright/lib/common/testType.js:115:24)
at Function.describe (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.58.2/node_modules/playwright/lib/transform/transform.js:282: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.
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.58.2/node_modules/playwright/lib/common/testType.js:75:13)
at TestTypeImpl._describe (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.58.2/node_modules/playwright/lib/common/testType.js:115:24)
at Function.describe (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.58.2/node_modules/playwright/lib/transform/transform.js:282: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.
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.58.2/node_modules/playwright/lib/common/testType.js:75:13)
at TestTypeImpl._describe (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.58.2/node_modules/playwright/lib/common/testType.js:115:24)
at Function.describe (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.58.2/node_modules/playwright/lib/transform/transform.js:282: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. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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