feat(deploy): show resource name and id in deploy output #3268
Annotations
8 errors and 2 warnings
|
test - ubuntu-latest
Process completed with exit code 1.
|
|
e2e/__tests__/deploy.spec.ts > deploy > test-only-project > Should show resource name and id with --verbose:
packages/cli/e2e/__tests__/deploy.spec.ts#L339
AssertionError: expected 'Parsing your project... ✅\n\nValidati…' to match /Update and Unchanged:\n ApiCheck: …/
- Expected:
/Update and Unchanged:\n ApiCheck: not-testonly-default-check\n name: TestOnly=false \(default\) Check\n id: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}\n ApiCheck: not-testonly-false-check\n name: TestOnly=false Check\n id: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/
+ Received:
"Parsing your project... ✅
Validating project resources... ✅
Bundling project resources... ✅
Uploading Playwright tests... ✅
Create:
ApiCheck: not-testonly-default-check
name: TestOnly=false (default) Check
id: 30c457c1-94f6-4a9e-b3a5-0ba8a4977dc4
ApiCheck: not-testonly-false-check
name: TestOnly=false Check
id: 44f85897-5a12-4f98-959a-28835aade200
Skip (testOnly):
ApiCheck: testonly-true-check
Successfully deployed project \"Test Project (Check testOnly flag)\" to account \"***\"."
❯ e2e/__tests__/deploy.spec.ts:339:22
|
|
e2e/__tests__/deploy.spec.ts > deploy > deploy-project > Simple project should deploy successfully:
packages/cli/src/testing/fixture-sandbox.ts#L196
ExecaError: Command failed with exit code 1: npx checkly deploy --force
Parsing your project... ✅
Validating project resources... ✅
⚠ [CheckGroupV1:my-group-2-v1] Use of deprecated Construct
Construct "CheckGroup" is deprecated and will eventually be removed.
Hint: Please update to CheckGroupV2 which has more intuitive behavior.
For more information, please see:
https://feedback.checklyhq.com/changelog/checkly-groups-update-organize-checks-your-way
Bundling project resources... ✅
Uploading Playwright tests... ✅
Uploading Playwright snapshots... ✅
✖ Your project could not be deployed.
Custom domain or url from dashboard 'test-page-1' is already in use.
❯ getFinalError node_modules/execa/lib/return/final-error.js:6:9
❯ makeError node_modules/execa/lib/return/result.js:108:16
❯ getAsyncResult node_modules/execa/lib/methods/main-async.js:168:4
❯ handlePromise node_modules/execa/lib/methods/main-async.js:151:17
❯ run src/testing/fixture-sandbox.ts:196:18
❯ FixtureSandbox.run src/testing/fixture-sandbox.ts:180:12
❯ runDeploy e2e/__tests__/deploy.spec.ts:79:18
❯ e2e/__tests__/deploy.spec.ts:153:34
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { shortMessage: 'Command failed with exit code 1: npx checkly deploy --force', command: 'npx checkly deploy --force', escapedCommand: 'npx checkly deploy --force', cwd: '/tmp/fixture-sandbox-hNLjxg', durationMs: 2105.028359, failed: true, timedOut: false, isCanceled: false, isGracefullyCanceled: false, isTerminated: false, isMaxBuffer: false, isForcefullyTerminated: false, exitCode: 1, stdout: 'Parsing your project... ✅\n\nValidating project resources... ✅\n⚠ [CheckGroupV1:my-group-2-v1] Use of deprecated Construct\n\n Construct "CheckGroup" is deprecated and will eventually be removed.\n \n Hint: Please update to CheckGroupV2 which has more intuitive behavior.\n \n For more information, please see:\n \n https://feedback.checklyhq.com/changelog/checkly-groups-update-organize-checks-your-way\n\n\nBundling project resources... ✅\n\nUploading Playwright tests... ✅\n\nUploading Playwright snapshots... ✅\n\n✖ Your project could not be deployed.\n\n Custom domain or url from dashboard \'test-page-1\' is already in use.\n', stderr: '', stdio: [ undefined, 'Parsing your project... ✅\n\nValidating project resources... ✅\n⚠ [CheckGroupV1:my-group-2-v1] Use of deprecated Construct\n\n Construct "CheckGroup" is deprecated and will eventually be removed.\n \n Hint: Please update to CheckGroupV2 which has more intuitive behavior.\n \n For more information, please see:\n \n https://feedback.checklyhq.com/changelog/checkly-groups-update-organize-checks-your-way\n\n\nBundling project resources... ✅\n\nUploading Playwright tests... ✅\n\nUploading Playwright snapshots... ✅\n\n✖ Your project could not be deployed.\n\n Custom domain or url from dashboard \'test-page-1\' is already in use.\n', '' ], ipcOutput: [], pipedFrom: [] }
|
|
e2e/__tests__/deploy.spec.ts > deploy > deploy-project > Simple project should deploy successfully (version v4.0.8):
packages/cli/src/testing/fixture-sandbox.ts#L196
ExecaError: Command failed with exit code 1: npx checkly deploy --force
Parsing your project... ✅
Validating project resources... ✅
⚠ [CheckGroupV1:my-group-2-v1] Use of deprecated Construct
Construct "CheckGroup" is deprecated and will eventually be removed.
Hint: Please update to CheckGroupV2 which has more intuitive behavior.
For more information, please see:
https://feedback.checklyhq.com/changelog/checkly-groups-update-organize-checks-your-way
Bundling project resources... ✅
Uploading Playwright tests... ✅
Uploading Playwright snapshots... ✅
✖ Your project could not be deployed.
Custom domain or url from dashboard 'test-page-1' is already in use.
❯ getFinalError node_modules/execa/lib/return/final-error.js:6:9
❯ makeError node_modules/execa/lib/return/result.js:108:16
❯ getAsyncResult node_modules/execa/lib/methods/main-async.js:168:4
❯ handlePromise node_modules/execa/lib/methods/main-async.js:151:17
❯ run src/testing/fixture-sandbox.ts:196:18
❯ FixtureSandbox.run src/testing/fixture-sandbox.ts:180:12
❯ runDeploy e2e/__tests__/deploy.spec.ts:79:18
❯ e2e/__tests__/deploy.spec.ts:128:34
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { shortMessage: 'Command failed with exit code 1: npx checkly deploy --force', command: 'npx checkly deploy --force', escapedCommand: 'npx checkly deploy --force', cwd: '/tmp/fixture-sandbox-hNLjxg', durationMs: 2428.521808, failed: true, timedOut: false, isCanceled: false, isGracefullyCanceled: false, isTerminated: false, isMaxBuffer: false, isForcefullyTerminated: false, exitCode: 1, stdout: 'Parsing your project... ✅\n\nValidating project resources... ✅\n⚠ [CheckGroupV1:my-group-2-v1] Use of deprecated Construct\n\n Construct "CheckGroup" is deprecated and will eventually be removed.\n \n Hint: Please update to CheckGroupV2 which has more intuitive behavior.\n \n For more information, please see:\n \n https://feedback.checklyhq.com/changelog/checkly-groups-update-organize-checks-your-way\n\n\nBundling project resources... ✅\n\nUploading Playwright tests... ✅\n\nUploading Playwright snapshots... ✅\n\n✖ Your project could not be deployed.\n\n Custom domain or url from dashboard \'test-page-1\' is already in use.\n', stderr: '', stdio: [ undefined, 'Parsing your project... ✅\n\nValidating project resources... ✅\n⚠ [CheckGroupV1:my-group-2-v1] Use of deprecated Construct\n\n Construct "CheckGroup" is deprecated and will eventually be removed.\n \n Hint: Please update to CheckGroupV2 which has more intuitive behavior.\n \n For more information, please see:\n \n https://feedback.checklyhq.com/changelog/checkly-groups-update-organize-checks-your-way\n\n\nBundling project resources... ✅\n\nUploading Playwright tests... ✅\n\nUploading Playwright snapshots... ✅\n\n✖ Your project could not be deployed.\n\n Custom domain or url from dashboard \'test-page-1\' is already in use.\n', '' ], ipcOutput: [], pipedFrom: [] }
|
|
test - windows-latest-x64
Process completed with exit code 1.
|
|
e2e/__tests__/deploy.spec.ts > deploy > test-only-project > Should show resource name and id with --verbose:
packages/cli/e2e/__tests__/deploy.spec.ts#L339
AssertionError: expected 'Parsing your project... ✅\n\nValidati…' to match /Update and Unchanged:\n ApiCheck: …/
- Expected:
/Update and Unchanged:\n ApiCheck: not-testonly-default-check\n name: TestOnly=false \(default\) Check\n id: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}\n ApiCheck: not-testonly-false-check\n name: TestOnly=false Check\n id: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/
+ Received:
"Parsing your project... ✅
Validating project resources... ✅
Bundling project resources... ✅
Uploading Playwright tests... ✅
Create:
ApiCheck: not-testonly-default-check
name: TestOnly=false (default) Check
id: 6d8e2c92-8756-4775-b998-669587c56797
ApiCheck: not-testonly-false-check
name: TestOnly=false Check
id: caa95b8f-1c91-4cf4-b530-f9dea3e4b4b2
Skip (testOnly):
ApiCheck: testonly-true-check
Successfully deployed project \"Test Project (Check testOnly flag)\" to account \"***\"."
❯ e2e/__tests__/deploy.spec.ts:339:22
|
|
e2e/__tests__/deploy.spec.ts > deploy > deploy-project > Simple project should deploy successfully:
packages/cli/src/testing/fixture-sandbox.ts#L196
ExecaError: Command failed with exit code 1: npx checkly deploy --force
Parsing your project... ✅
Validating project resources... ✅
⚠ [CheckGroupV1:my-group-2-v1] Use of deprecated Construct
Construct "CheckGroup" is deprecated and will eventually be removed.
Hint: Please update to CheckGroupV2 which has more intuitive behavior.
For more information, please see:
https://feedback.checklyhq.com/changelog/checkly-groups-update-organize-checks-your-way
Bundling project resources... ✅
Uploading Playwright tests... ✅
Uploading Playwright snapshots... ✅
✖ Your project could not be deployed.
Custom domain or url from dashboard 'test-page-1' is already in use.
❯ getFinalError node_modules/execa/lib/return/final-error.js:6:9
❯ makeError node_modules/execa/lib/return/result.js:108:16
❯ getAsyncResult node_modules/execa/lib/methods/main-async.js:168:4
❯ handlePromise node_modules/execa/lib/methods/main-async.js:151:17
❯ run src/testing/fixture-sandbox.ts:196:18
❯ FixtureSandbox.run src/testing/fixture-sandbox.ts:180:12
❯ runDeploy e2e/__tests__/deploy.spec.ts:79:18
❯ e2e/__tests__/deploy.spec.ts:153:34
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { shortMessage: 'Command failed with exit code 1: npx checkly deploy --force', command: 'npx checkly deploy --force', escapedCommand: 'npx checkly deploy --force', cwd: 'C:\Users\runneradmin\AppData\Local\Temp\fixture-sandbox-ZdNu1n', durationMs: 2833.3709, failed: true, timedOut: false, isCanceled: false, isGracefullyCanceled: false, isTerminated: false, isMaxBuffer: false, isForcefullyTerminated: false, exitCode: 1, stdout: 'Parsing your project... ✅\n\nValidating project resources... ✅\n⚠ [CheckGroupV1:my-group-2-v1] Use of deprecated Construct\n\n Construct "CheckGroup" is deprecated and will eventually be removed.\n \n Hint: Please update to CheckGroupV2 which has more intuitive behavior.\n \n For more information, please see:\n \n https://feedback.checklyhq.com/changelog/checkly-groups-update-organize-checks-your-way\n\n\nBundling project resources... ✅\n\nUploading Playwright tests... ✅\n\nUploading Playwright snapshots... ✅\n\n✖ Your project could not be deployed.\n\n Custom domain or url from dashboard \'test-page-1\' is already in use.\n', stderr: '', stdio: [ undefined, 'Parsing your project... ✅\n\nValidating project resources... ✅\n⚠ [CheckGroupV1:my-group-2-v1] Use of deprecated Construct\n\n Construct "CheckGroup" is deprecated and will eventually be removed.\n \n Hint: Please update to CheckGroupV2 which has more intuitive behavior.\n \n For more information, please see:\n \n https://feedback.checklyhq.com/changelog/checkly-groups-update-organize-checks-your-way\n\n\nBundling project resources... ✅\n\nUploading Playwright tests... ✅\n\nUploading Playwright snapshots... ✅\n\n✖ Your project could not be deployed.\n\n Custom domain or url from dashboard \'test-page-1\' is already in use.\n', '' ], ipcOutput: [], pipedFrom: [] }
|
|
e2e/__tests__/deploy.spec.ts > deploy > deploy-project > Simple project should deploy successfully (version v4.0.8):
packages/cli/src/testing/fixture-sandbox.ts#L196
ExecaError: Command failed with exit code 1: npx checkly deploy --force
Parsing your project... ✅
Validating project resources... ✅
⚠ [CheckGroupV1:my-group-2-v1] Use of deprecated Construct
Construct "CheckGroup" is deprecated and will eventually be removed.
Hint: Please update to CheckGroupV2 which has more intuitive behavior.
For more information, please see:
https://feedback.checklyhq.com/changelog/checkly-groups-update-organize-checks-your-way
Bundling project resources... ✅
Uploading Playwright tests... ✅
Uploading Playwright snapshots... ✅
✖ Your project could not be deployed.
Custom domain or url from dashboard 'test-page-1' is already in use.
❯ getFinalError node_modules/execa/lib/return/final-error.js:6:9
❯ makeError node_modules/execa/lib/return/result.js:108:16
❯ getAsyncResult node_modules/execa/lib/methods/main-async.js:168:4
❯ handlePromise node_modules/execa/lib/methods/main-async.js:151:17
❯ run src/testing/fixture-sandbox.ts:196:18
❯ FixtureSandbox.run src/testing/fixture-sandbox.ts:180:12
❯ runDeploy e2e/__tests__/deploy.spec.ts:79:18
❯ e2e/__tests__/deploy.spec.ts:128:34
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { shortMessage: 'Command failed with exit code 1: npx checkly deploy --force', command: 'npx checkly deploy --force', escapedCommand: 'npx checkly deploy --force', cwd: 'C:\Users\runneradmin\AppData\Local\Temp\fixture-sandbox-ZdNu1n', durationMs: 3272.9332, failed: true, timedOut: false, isCanceled: false, isGracefullyCanceled: false, isTerminated: false, isMaxBuffer: false, isForcefullyTerminated: false, exitCode: 1, stdout: 'Parsing your project... ✅\n\nValidating project resources... ✅\n⚠ [CheckGroupV1:my-group-2-v1] Use of deprecated Construct\n\n Construct "CheckGroup" is deprecated and will eventually be removed.\n \n Hint: Please update to CheckGroupV2 which has more intuitive behavior.\n \n For more information, please see:\n \n https://feedback.checklyhq.com/changelog/checkly-groups-update-organize-checks-your-way\n\n\nBundling project resources... ✅\n\nUploading Playwright tests... ✅\n\nUploading Playwright snapshots... ✅\n\n✖ Your project could not be deployed.\n\n Custom domain or url from dashboard \'test-page-1\' is already in use.\n', stderr: '', stdio: [ undefined, 'Parsing your project... ✅\n\nValidating project resources... ✅\n⚠ [CheckGroupV1:my-group-2-v1] Use of deprecated Construct\n\n Construct "CheckGroup" is deprecated and will eventually be removed.\n \n Hint: Please update to CheckGroupV2 which has more intuitive behavior.\n \n For more information, please see:\n \n https://feedback.checklyhq.com/changelog/checkly-groups-update-organize-checks-your-way\n\n\nBundling project resources... ✅\n\nUploading Playwright tests... ✅\n\nUploading Playwright snapshots... ✅\n\n✖ Your project could not be deployed.\n\n Custom domain or url from dashboard \'test-page-1\' is already in use.\n', '' ], ipcOutput: [], pipedFrom: [] }
|
|
test - ubuntu-latest
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3, actions/setup-node@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test - windows-latest-x64
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3, actions/setup-node@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|