Skip to content

chore(deps): Bump @oclif/plugin-plugins from 2.3.0 to 4.1.10 #2054

chore(deps): Bump @oclif/plugin-plugins from 2.3.0 to 4.1.10

chore(deps): Bump @oclif/plugin-plugins from 2.3.0 to 4.1.10 #2054

Triggered via pull request December 6, 2023 12:19
Status Failure
Total duration 4m 23s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

test.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 10 warnings
deploy › Should deploy with different config file: packages/cli/e2e/__tests__/deploy.spec.ts#L233
expect(received).not.toEqual(expected) // deep equality Expected: not " Notice: replacing version '0.0.1-dev' with latest '4.4.0'.· Parsing your project... Parsing your project... ⣾ Parsing your project... ⣽ Parsing your project... ⣻ Parsing your project... done Create: ApiCheck: api-check ApiCheck: api-check-high-freq HeartbeatCheck: heartbeat-check-1 BrowserCheck: homepage-browser-check CheckGroup: my-group-1 Dashboard: dashboard-1 MaintenanceWindow: maintenance-window-1 PrivateLocation: private-location-1· " at Object.<anonymous> (e2e/__tests__/deploy.spec.ts:233:34)
test › Should run snapshot tests: packages/cli/e2e/__tests__/test.spec.ts#L171
expect(received).toContain(expected) // indexOf Expected substring: "85b4d13f-ad7e-41df-b974-89fd7ad9328f" Received string: " Notice: replacing version '0.0.1-dev' with latest '4.4.0'.· Parsing your project... Parsing your project... ⣾ Parsing your project... ⣽ Parsing your project... ⣻ Parsing your project... ⢿ Parsing your project... ⡿ Parsing your project... ⣟ Parsing your project... ⣯ Parsing your project... ⣷ Parsing your project... ⣾ Parsing your project... ⣽ Parsing your project... ⣻ Parsing your project... ⢿ Parsing your project... ⡿ Parsing your project... ⣟ Parsing your project... ⣯ Parsing your project... ⣷ Parsing your project... ⣾ Parsing your project... ⣽ Parsing your project... ⣻ Parsing your project... ⢿ Parsing your project... ⡿ Parsing your project... done· Running 1 checks in us-east-1.· snapshot-test.spec.ts ~ snapshot-test.spec.ts· 1 scheduling, 1 total·· snapshot-test.spec.ts - snapshot-test.spec.ts· 1 running, 1 total·· ✖ snapshot-test.spec.ts (5s)· ──Logs────────────────────────────────────────────────────────────────────── 12:22:40 DEBUG Starting job 12:22:40 DEBUG Creating runtime using version 2023.09 12:22:40 DEBUG Running Playwright test script 12:22:42 INFO Running 1 test using 1 worker 12:22:43 INFO [1/1] [chromium] › test.spec.js › WWW Snapshot Test 12:22:44 INFO 1) [chromium] › ../../checkly/functions/src/2023-09/node_modules/vm2/lib/bridge.js:485:11 › WWW Snapshot Test·· Error: Screenshot comparison failed:· 28276 pixels (ratio 0.04 of all image pixels) are different.· Call log: - expect.toHaveScreenshot with timeout 5000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - 28276 pixels (ratio 0.04 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - captured a stable screenshot - 28276 pixels (ratio 0.04 of all image pixels) are different.· Expected: /tmp/qep71lptqp04s/script.spec.js-snapshots/WWW-Snapshot-Test-1-chromium-linux.png Received: /tmp/qep71lptqp04s/artifacts/script-www-snapshot-test-chromium/WWW-Snapshot-Test-1-actual.png Diff: /tmp/qep71lptqp04s/artifacts/script-www-snapshot-test-chromium/WWW-Snapshot-Test-1-diff.png· at ../../../../../../../tmp/qep71lptqp04s/snapshot-test.spec.ts:9:36· attachment #1: WWW-Snapshot-Test-1-expected.png (image/png) ──────────────────────────────────── script.spec.js-snapshots/WWW-Snapshot-Test-1-chromium-linux.png ────────────────────────────────────────────────────────────────────────────────────────────────· attachment #2: WWW-Snapshot-Test-1-actual.png (image/png) ────────────────────────────────────── artifacts/script-www-snapshot-test-chromium/WWW-Snapshot-Test-1-actual.png ────────────────────────────────────────────────────────────────────────────────────────────────· attachment #3: WWW-Snapshot-Test-1-diff.png (image/png) ──────────────────────────────────────── artifacts/script-www-snapshot-test-chromium/WWW-Snapshot-Test-1-diff.png ────────────────────────────────────────────────────────────────────────────────────────────────· attachment #4: video (video/webm) ────────────────────────────────────────────────────────────── artifacts/videos/www-snapshot-test-1701865364739.webm ────────────────────────────────────────────────────────────────────────────────────────────────· attachment #5: trace (application/zip) ───────────────────────────────────────────────────────── artifacts/script-www-snapshot-test-chromium/trace.zip Usage:· npx playwright show-trace artifacts/script-www-snapshot-test-chromium/trace.zip· ──────────────────────────────────────────────────────────────────────────────────────────────── 12:22:44 INFO 1 failed [
test - ubuntu-latest
Process completed with exit code 1.
test - windows-latest
The job was canceled because "ubuntu-latest" failed.
test - windows-latest
The operation was canceled.
lint: packages/cli/e2e/__tests__/fixtures/deploy-esm-project/api.check.mjs#L3
'api' is assigned a value but never used
lint: packages/cli/e2e/__tests__/fixtures/esm-module/checks.check.ts#L3
'browserCheck' is assigned a value but never used
lint: packages/cli/e2e/__tests__/fixtures/test-project/src/__checks__/group.check.ts#L22
'browserCheck' is assigned a value but never used
lint: packages/cli/e2e/__tests__/fixtures/test-project/src/__checks__/heartbeat.check.ts#L3
'heartbeat' is assigned a value but never used
lint: packages/cli/e2e/__tests__/fixtures/test-project/src/__checks__/secret.check.ts#L3
'browserCheck' is assigned a value but never used
lint: packages/cli/e2e/__tests__/fixtures/test-project/src/services/api/api.check.ts#L4
'apiCheck' is assigned a value but never used
lint: packages/cli/e2e/__tests__/fixtures/test-project/src/services/api/api.check.ts#L21
'skipSslApiCheck' is assigned a value but never used
lint: packages/cli/e2e/__tests__/fixtures/test-project/src/services/api/typo.checkz.ts#L3
'apiCheck' is assigned a value but never used