chore: update oclif [sc-23314] #2266
Annotations
11 errors and 13 warnings
bootstrap › Should create project with advanced-project template:
packages/create-cli/e2e/__tests__/bootstrap.spec.ts#L32
expect(received).toContain(expected) // indexOf
Expected substring: "Notice: replacing version '0.0.1-dev' with latest '4.19.1'."
Received string: "Checkly Create CLI·
VERSION
create-checkly/0.0.1-dev linux-x64 node-v18.20.6·
USAGE
$ create-cli [COMMAND]·
COMMANDS
bootstrap Bootstrap a Checkly project·
"
at expectVersionAndName (e2e/__tests__/bootstrap.spec.ts:32:34)
at Object.<anonymous> (e2e/__tests__/bootstrap.spec.ts:82:5)
|
bootstrap › Should create an boilerplate-project without installing dependencies:
packages/create-cli/e2e/__tests__/bootstrap.spec.ts#L32
expect(received).toContain(expected) // indexOf
Expected substring: "Notice: replacing version '0.0.1-dev' with latest '4.19.1'."
Received string: "Checkly Create CLI·
VERSION
create-checkly/0.0.1-dev linux-x64 node-v18.20.6·
USAGE
$ create-cli [COMMAND]·
COMMANDS
bootstrap Bootstrap a Checkly project·
"
at expectVersionAndName (e2e/__tests__/bootstrap.spec.ts:32:34)
at Object.<anonymous> (e2e/__tests__/bootstrap.spec.ts:106:5)
|
bootstrap › Should create an boilerplate-project using an older version:
packages/create-cli/e2e/__tests__/bootstrap.spec.ts#L34
expect(received).toContain(expected) // indexOf
Expected substring: "v4.0.13 Build and Run Synthetics That Scale"
Received string: "Checkly Create CLI·
VERSION
create-checkly/0.0.1-dev linux-x64 node-v18.20.6·
USAGE
$ create-cli [COMMAND]·
COMMANDS
bootstrap Bootstrap a Checkly project·
"
at expectVersionAndName (e2e/__tests__/bootstrap.spec.ts:34:32)
at Object.<anonymous> (e2e/__tests__/bootstrap.spec.ts:141:5)
|
bootstrap › Should fail for already initiated project:
packages/create-cli/e2e/__tests__/bootstrap.spec.ts#L32
expect(received).toContain(expected) // indexOf
Expected substring: "Notice: replacing version '0.0.1-dev' with latest '4.19.1'."
Received string: "Checkly Create CLI·
VERSION
create-checkly/0.0.1-dev linux-x64 node-v18.20.6·
USAGE
$ create-cli [COMMAND]·
COMMANDS
bootstrap Bootstrap a Checkly project·
"
at expectVersionAndName (e2e/__tests__/bootstrap.spec.ts:32:34)
at Object.<anonymous> (e2e/__tests__/bootstrap.spec.ts:173:5)
|
bootstrap › Should cancel command and show message:
packages/create-cli/e2e/__tests__/bootstrap.spec.ts#L32
expect(received).toContain(expected) // indexOf
Expected substring: "Notice: replacing version '0.0.1-dev' with latest '4.19.1'."
Received string: "Checkly Create CLI·
VERSION
create-checkly/0.0.1-dev linux-x64 node-v18.20.6·
USAGE
$ create-cli [COMMAND]·
COMMANDS
bootstrap Bootstrap a Checkly project·
"
at expectVersionAndName (e2e/__tests__/bootstrap.spec.ts:32:34)
at Object.<anonymous> (e2e/__tests__/bootstrap.spec.ts:196:5)
|
bootstrap › Should create projects with all available templates (without installing dependencies):
packages/create-cli/e2e/__tests__/bootstrap.spec.ts#L32
expect(received).toContain(expected) // indexOf
Expected substring: "Notice: replacing version '0.0.1-dev' with latest '4.19.1'."
Received string: "Checkly Create CLI·
VERSION
create-checkly/0.0.1-dev linux-x64 node-v18.20.6·
USAGE
$ create-cli [COMMAND]·
COMMANDS
bootstrap Bootstrap a Checkly project·
"
at expectVersionAndName (e2e/__tests__/bootstrap.spec.ts:32:34)
at e2e/__tests__/bootstrap.spec.ts:214:7
at Array.forEach (<anonymous>)
at Object.<anonymous> (e2e/__tests__/bootstrap.spec.ts:205:24)
|
bootstrap › Should create a project with --template argument:
packages/create-cli/e2e/__tests__/bootstrap.spec.ts#L32
expect(received).toContain(expected) // indexOf
Expected substring: "Notice: replacing version '0.0.1-dev' with latest '4.19.1'."
Received string: ""
at expectVersionAndName (e2e/__tests__/bootstrap.spec.ts:32:34)
at Object.<anonymous> (e2e/__tests__/bootstrap.spec.ts:252:5)
|
bootstrap › Should copy the playwright config:
packages/create-cli/e2e/__tests__/bootstrap.spec.ts#L32
expect(received).toContain(expected) // indexOf
Expected substring: "Notice: replacing version '0.0.1-dev' with latest '4.19.1'."
Received string: "Checkly Create CLI·
VERSION
create-checkly/0.0.1-dev linux-x64 node-v18.20.6·
USAGE
$ create-cli [COMMAND]·
COMMANDS
bootstrap Bootstrap a Checkly project·
"
at expectVersionAndName (e2e/__tests__/bootstrap.spec.ts:32:34)
at Object.<anonymous> (e2e/__tests__/bootstrap.spec.ts:285:5)
|
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/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#L25
'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
|
lint
Cache not found for keys: node-cache-Linux-x64-npm-133927a8cb32324530c2ae7a180af6adcdbfb035e6b3aced97d0582dc2490fe5
|
test - ubuntu-latest
Cache not found for keys: node-cache-Linux-x64-npm-133927a8cb32324530c2ae7a180af6adcdbfb035e6b3aced97d0582dc2490fe5
|
test - windows-latest
Cache not found for keys: node-cache-Windows-x64-npm-5b2919ecfa8cb032e162392865f726fb396c7de89c403baf9dae21b6932bdcbf
|