Update dependency allure-playwright to v3 (never mind) #96205
Annotations
7 errors, 1 warning, and 1 notice
tools/e2e-commons/fixtures/base-test.js#L48
1) specs/sync/sync.test.js:49:2 › Sync › Normal Sync flow ────────────────────────────────────────
TypeError: allure.addParameter is not a function
at ../../../../../tools/e2e-commons/fixtures/base-test.js:48
46 | test.afterEach( async () => {
47 | const wpcomRequestCount = await execWpCommand( 'transient get wpcom_request_counter' );
> 48 | allure.addParameter( 'Requests to WPCOM API', parseInt( wpcomRequestCount ) || 0 );
| ^
49 | } );
50 |
51 | export { test };
at /home/runner/work/jetpack/jetpack/tools/e2e-commons/fixtures/base-test.js:48:9
|
tools/e2e-commons/fixtures/base-test.js#L48
1) specs/sync/sync.test.js:49:2 › Sync › Normal Sync flow ────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TypeError: allure.addParameter is not a function
at ../../../../../tools/e2e-commons/fixtures/base-test.js:48
46 | test.afterEach( async () => {
47 | const wpcomRequestCount = await execWpCommand( 'transient get wpcom_request_counter' );
> 48 | allure.addParameter( 'Requests to WPCOM API', parseInt( wpcomRequestCount ) || 0 );
| ^
49 | } );
50 |
51 | export { test };
at /home/runner/work/jetpack/jetpack/tools/e2e-commons/fixtures/base-test.js:48:9
|
tools/e2e-commons/fixtures/base-test.js#L48
2) specs/sync/sync.test.js:74:2 › Sync › Disabled Sync Flow ──────────────────────────────────────
TypeError: allure.addParameter is not a function
at ../../../../../tools/e2e-commons/fixtures/base-test.js:48
46 | test.afterEach( async () => {
47 | const wpcomRequestCount = await execWpCommand( 'transient get wpcom_request_counter' );
> 48 | allure.addParameter( 'Requests to WPCOM API', parseInt( wpcomRequestCount ) || 0 );
| ^
49 | } );
50 |
51 | export { test };
at /home/runner/work/jetpack/jetpack/tools/e2e-commons/fixtures/base-test.js:48:9
|
tools/e2e-commons/fixtures/base-test.js#L48
2) specs/sync/sync.test.js:74:2 › Sync › Disabled Sync Flow ──────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TypeError: allure.addParameter is not a function
at ../../../../../tools/e2e-commons/fixtures/base-test.js:48
46 | test.afterEach( async () => {
47 | const wpcomRequestCount = await execWpCommand( 'transient get wpcom_request_counter' );
> 48 | allure.addParameter( 'Requests to WPCOM API', parseInt( wpcomRequestCount ) || 0 );
| ^
49 | } );
50 |
51 | export { test };
at /home/runner/work/jetpack/jetpack/tools/e2e-commons/fixtures/base-test.js:48:9
|
tools/e2e-commons/fixtures/base-test.js#L48
3) specs/sync/sync.test.js:102:2 › Sync › Dedicated Sync Flow ────────────────────────────────────
TypeError: allure.addParameter is not a function
at ../../../../../tools/e2e-commons/fixtures/base-test.js:48
46 | test.afterEach( async () => {
47 | const wpcomRequestCount = await execWpCommand( 'transient get wpcom_request_counter' );
> 48 | allure.addParameter( 'Requests to WPCOM API', parseInt( wpcomRequestCount ) || 0 );
| ^
49 | } );
50 |
51 | export { test };
at /home/runner/work/jetpack/jetpack/tools/e2e-commons/fixtures/base-test.js:48:9
|
tools/e2e-commons/fixtures/base-test.js#L48
3) specs/sync/sync.test.js:102:2 › Sync › Dedicated Sync Flow ────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TypeError: allure.addParameter is not a function
at ../../../../../tools/e2e-commons/fixtures/base-test.js:48
46 | test.afterEach( async () => {
47 | const wpcomRequestCount = await execWpCommand( 'transient get wpcom_request_counter' );
> 48 | allure.addParameter( 'Requests to WPCOM API', parseInt( wpcomRequestCount ) || 0 );
| ^
49 | } );
50 |
51 | export { test };
at /home/runner/work/jetpack/jetpack/tools/e2e-commons/fixtures/base-test.js:48:9
|
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
The logs for this run have expired and are no longer available.
Loading