feat: adds mini preview on each deploy #2090
Annotations
7 errors and 10 warnings
deploy › Should mark testOnly check as skipped:
packages/cli/e2e/__tests__/deploy.spec.ts#L174
expect(received).toContain(expected) // indexOf
Expected substring: "Create:
ApiCheck: not-testonly-default-check
ApiCheck: not-testonly-false-check·
Skip (testOnly):
ApiCheck: testonly-true-check
"
Received string: "Parsing your project...
Parsing your project... ⣾
Notice: replacing version '0.0.1-dev' with latest '4.5.2'.·
Parsing your project... ⣽
Parsing your project... done
Creating (2):
ApiCheck: not-testonly-default-check
ApiCheck: not-testonly-false-check·
Skipping because of testOnly (1):
ApiCheck: testonly-true-check·
"
at Object.<anonymous> (e2e/__tests__/deploy.spec.ts:174:20)
|
deploy › Should mark testOnly check as deleted if there is a deletion:
packages/cli/e2e/__tests__/deploy.spec.ts#L204
expect(received).toContain(expected) // indexOf
Expected substring: "Delete:
Check: testonly-true-check·
Update and Unchanged:
ApiCheck: not-testonly-default-check
ApiCheck: not-testonly-false-check"
Received string: "
Notice: replacing version '0.0.1-dev' with latest '4.5.2'.·
Parsing your project...
Parsing your project... ⣾
Parsing your project... ⣽
Parsing your project... ⣻
Parsing your project... ⢿
Parsing your project... done·
Deploy preview:·
- 0 to create, 1 to delete·
For a full preview, run: npx checkly deploy --preview·
Deleting (0):
Check: testonly-true-check·
Updating or leaving unchanged (2):
ApiCheck: not-testonly-default-check
ApiCheck: not-testonly-false-check·
Successfully deployed project \"Test Project (Check testOnly flag)\" to account \"***\".
"
at Object.<anonymous> (e2e/__tests__/deploy.spec.ts:204:20)
|
test - ubuntu-latest
Process completed with exit code 1.
|
test - windows-latest
The job was canceled because "ubuntu-latest" failed.
|
deploy › Should mark testOnly check as skipped:
packages/cli/e2e/__tests__/deploy.spec.ts#L174
expect(received).toContain(expected) // indexOf
Expected substring: "Create:
ApiCheck: not-testonly-default-check
ApiCheck: not-testonly-false-check·
Skip (testOnly):
ApiCheck: testonly-true-check
"
Received string: "
Notice: replacing version '0.0.1-dev' with latest '4.5.2'.·
Parsing your project...
Parsing your project... -
Parsing your project... done
Creating (2):
ApiCheck: not-testonly-default-check
ApiCheck: not-testonly-false-check·
Skipping because of testOnly (1):
ApiCheck: testonly-true-check·
"
at Object.<anonymous> (e2e/__tests__/deploy.spec.ts:174:20)
|
deploy › Should mark testOnly check as deleted if there is a deletion:
packages/cli/e2e/__tests__/deploy.spec.ts#L204
expect(received).toContain(expected) // indexOf
Expected substring: "Delete:
Check: testonly-true-check·
Update and Unchanged:
ApiCheck: not-testonly-default-check
ApiCheck: not-testonly-false-check"
Received string: "
Notice: replacing version '0.0.1-dev' with latest '4.5.2'.·
Parsing your project...
Parsing your project... -
Parsing your project... done·
Deploy preview:·
- 0 to create, 1 to delete·
For a full preview, run: npx checkly deploy --preview·
Deleting (0):
Check: testonly-true-check·
Updating or leaving unchanged (2):
ApiCheck: not-testonly-default-check
ApiCheck: not-testonly-false-check·
Successfully deployed project \"Test Project (Check testOnly flag)\" to account \"***\".
"
at Object.<anonymous> (e2e/__tests__/deploy.spec.ts:204:20)
|
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/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
|