bug: Fix proxy auth assignment while creating tunnel agent #2168
You are viewing an older attempt in the history of this workflow run.
View latest attempt.
Annotations
12 errors and 12 warnings
destroy › Should be destroyed successfully:
packages/cli/e2e/__tests__/destroy.spec.ts#L21
expect(received).toBe(expected) // Object.is equality
Expected: 0
Received: 1
at Object.<anonymous> (e2e/__tests__/destroy.spec.ts:21:20)
|
destroy › Should ask to confirm before destroy:
packages/cli/e2e/__tests__/destroy.spec.ts#L34
expect(received).toContain(expected) // indexOf
Expected substring: "Please confirm by typing the project name \"Deploy Project\""
Received string: ""
at Object.<anonymous> (e2e/__tests__/destroy.spec.ts:34:27)
|
destroy › Shouldn fail confirming to destroy:
packages/cli/e2e/__tests__/destroy.spec.ts#L47
expect(received).toContain(expected) // indexOf
Expected substring: "The entered project name \"Wrong Project Name\" doesn't match the expected project name"
Received string: ""
at Object.<anonymous> (e2e/__tests__/destroy.spec.ts:47:27)
|
destroy › Should destroy after success confirmation:
packages/cli/e2e/__tests__/destroy.spec.ts#L59
expect(received).toContain(expected) // indexOf
Expected substring: "All resources associated with project \"Deploy Project\" have been successfully deleted."
Received string: ""
at Object.<anonymous> (e2e/__tests__/destroy.spec.ts:59:27)
|
destroy › Should be destroyed using different config file:
packages/cli/e2e/__tests__/destroy.spec.ts#L70
expect(received).toBe(expected) // Object.is equality
Expected: 0
Received: 1
at Object.<anonymous> (e2e/__tests__/destroy.spec.ts:70:27)
|
checkly env pull › should create a .envPullTest file with the correct content:
packages/cli/e2e/__tests__/env/env.pull.spec.ts#L52
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.<anonymous> (e2e/__tests__/env/env.pull.spec.ts:52:37)
|
checkly env pull › should ask for permission to overwrite a .envPullTest file:
packages/cli/e2e/__tests__/env/env.pull.spec.ts#L69
expect(received).toContain(expected) // indexOf
Expected substring: "Found existing file .envPullTest."
Received string: ""
at Object.<anonymous> (e2e/__tests__/env/env.pull.spec.ts:69:27)
|
checkly env pull › should overwrite a .envPullTest file w/o asking for permission:
packages/cli/e2e/__tests__/env/env.pull.spec.ts#L82
expect(received).toContain(expected) // indexOf
Expected substring: "Success! Environment variables written to .envPullTest."
Received string: ""
at Object.<anonymous> (e2e/__tests__/env/env.pull.spec.ts:82:27)
|
test › Test project should run successfully:
packages/cli/e2e/__tests__/test.spec.ts#L18
expect(received).toContain(expected) // indexOf
Expected substring: "e46d6bab-c61d-4c3c-a4eb-2a8c7bb5133a"
Received string: ""
at Object.<anonymous> (e2e/__tests__/test.spec.ts:18:27)
|
test › Should include only one check:
packages/cli/e2e/__tests__/test.spec.ts#L29
expect(received).toContain(expected) // indexOf
Expected substring: "Show SECRET_ENV value"
Received string: ""
at Object.<anonymous> (e2e/__tests__/test.spec.ts:29:27)
|
test - windows-latest
The job was canceled because "ubuntu-latest" failed.
|
test - windows-latest
The operation was canceled.
|
test - ubuntu-latest
The following actions use a deprecated Node.js version 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 use a deprecated Node.js version 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
|