feat: add support for test retries [sc-20570] #2136
Annotations
4 errors and 12 warnings
GithubMdBuilder › renders basic markdown output with assets & links:
packages/cli/src/reporters/__tests__/github-md-builder.spec.ts#L25
expect(received).toMatchSnapshot(hint)
Snapshot name: `GithubMdBuilder renders basic markdown output with assets & links: github-markdown-with-assets-links 1`
- Snapshot - 2
+ Received + 2
# Checkly Test Session Summary
Ran **2** checks in **eu-west-1**.
[View detailed test session summary](https://app.checklyhq.com/test-sessions/0c4c64b3-79c5-44a6-ae07-b580ce73f328)
|Result|Name|Check Type|Filename|Duration|Link|
|:-|:-|:-|:-|:-|:-|
- |✅ Pass|my-test.spec.ts|BROWSER|`src/__checks__/folder/browser.check.ts`|7s |[Full test report](https://app.checklyhq.com/test-sessions/0c4c64b3-79c5-44a6-ae07-b580ce73f328/results/702961fd-7e2c-45f0-97be-1aa9eabd4d82)|
- |✅ Pass|Test API check|API|`src/some-other-folder/api.check.ts`|2s |[Full test report](https://app.checklyhq.com/test-sessions/0c4c64b3-79c5-44a6-ae07-b580ce73f328/results/1c0be612-a5ec-432e-ac1c-837d2f70c010)|
+ |✅ Pass|my-test.spec.ts|BROWSER|`src/__checks__/folder/browser.check.ts`|7s |
+ |✅ Pass|Test API check|API|`src/some-other-folder/api.check.ts`|2s |
↵
at Object.<anonymous> (src/reporters/__tests__/github-md-builder.spec.ts:25:22)
|
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.
|
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/
|
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/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
|
lint:
packages/cli/e2e/__tests__/fixtures/test-project/src/services/api/typo.checkz.ts#L3
'apiCheck' is assigned a value but never used
|