feat: add support for test retries [sc-20570] #2143
Annotations
9 errors and 12 warnings
deploy › Simple project should deploy successfully:
packages/cli/e2e/__tests__/deploy.spec.ts#L132
expect(received).toContain(expected) // indexOf
Expected substring: "Notice: replacing version '0.0.1-dev' with latest '4.7.0'"
Received string: "Parsing your project...
Parsing your project... ⣾
Parsing your project... ⣽
Parsing your project... ⣻
Parsing your project... ⢿
Parsing your project... done
Successfully deployed project \"Deploy Project\" to account \"***\".
Ping URL of heartbeat check Heartbeat Check is https://ping.checklyhq.com/caf35bb0-2122-4597-b099-8d1076ab1b84.
"
at Object.<anonymous> (e2e/__tests__/deploy.spec.ts:132:20)
|
trigger › Should run checks successfully:
packages/cli/e2e/__tests__/trigger.spec.ts#L30
thrown: "Exceeded timeout of 30000 ms for a test.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
at e2e/__tests__/trigger.spec.ts:30:3
at Object.<anonymous> (e2e/__tests__/trigger.spec.ts:7:1)
|
test › Test project should run successfully:
packages/cli/e2e/__tests__/test.spec.ts#L19
expect(received).toBe(expected) // Object.is equality
Expected: 0
Received: null
at Object.<anonymous> (e2e/__tests__/test.spec.ts:19:27)
|
test › Should include a testOnly check:
packages/cli/e2e/__tests__/test.spec.ts#L102
thrown: "Exceeded timeout of 30000 ms for a test.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
at e2e/__tests__/test.spec.ts:102:3
at Object.<anonymous> (e2e/__tests__/test.spec.ts:7:1)
|
test - ubuntu-latest
Process completed with exit code 1.
|
test - windows-latest
The job was canceled because "ubuntu-latest" failed.
|
deploy › Simple project should deploy successfully:
packages/cli/e2e/__tests__/deploy.spec.ts#L132
expect(received).toContain(expected) // indexOf
Expected substring: "Notice: replacing version '0.0.1-dev' with latest '4.7.0'"
Received string: "Parsing your project...
Parsing your project... -
Parsing your project... \\
Parsing your project... |
Parsing your project... done
Successfully deployed project \"Deploy Project\" to account \"***\".
Ping URL of heartbeat check Heartbeat Check is https://ping.checklyhq.com/b5923f13-d1ba-4288-b0da-fb9480698670.
"
at Object.<anonymous> (e2e/__tests__/deploy.spec.ts:132:20)
|
trigger › Should run checks successfully:
packages/cli/e2e/__tests__/trigger.spec.ts#L30
thrown: "Exceeded timeout of 30000 ms for a test.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
at e2e/__tests__/trigger.spec.ts:30:3
at Object.<anonymous> (e2e/__tests__/trigger.spec.ts:7:1)
|
test - windows-latest
The operation was canceled.
|
lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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/retry-project/src/__checks__/group.check.ts#L18
'browserCheck' is assigned a value but never used
|
lint:
packages/cli/e2e/__tests__/fixtures/snapshot-project-missing-snapshots/checkly.config.ts#L5
Forbidden non-null assertion
|
lint:
packages/cli/e2e/__tests__/fixtures/snapshot-project/checkly.config.ts#L5
Forbidden non-null assertion
|
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
|
test - ubuntu-latest
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|