feat: refactor rules generation to ai-context with skill output #2936
Annotations
12 errors
|
test - ubuntu-latest
Process completed with exit code 1.
|
|
e2e/__tests__/test.spec.ts > test > Should create snapshots when using --update-snapshots:
packages/cli/e2e/__tests__/test.spec.ts#L195
Error: ENOENT: no such file or directory, lstat '/home/runner/work/checkly-cli/checkly-cli/packages/cli/e2e/__tests__/fixtures/snapshot-project-missing-snapshots/snapshot-test.spec.ts-snapshots'
❯ e2e/__tests__/test.spec.ts:195:10
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -2, syscall: 'lstat', code: 'ENOENT', path: '/home/runner/work/checkly-cli/checkly-cli/packages/cli/e2e/__tests__/fixtures/snapshot-project-missing-snapshots/snapshot-test.spec.ts-snapshots' }
|
|
e2e/__tests__/test.spec.ts > test > Should run snapshot tests:
packages/cli/e2e/__tests__/test.spec.ts#L175
AssertionError: expected '\nRunning 1 checks in us-east-1.\n\ns…' to contain '57aa3051-e703-4185-8117-d16737b6fc18'
- Expected
+ Received
- 57aa3051-e703-4185-8117-d16737b6fc18
+
+ Running 1 checks in us-east-1.
+
+ snapshot-test.spec.ts
+ ~ snapshot-test.spec.ts
+
+ 1 scheduling, 1 total
+
+
+ snapshot-test.spec.ts
+ ~ snapshot-test.spec.ts
+
+ 1 scheduling, 1 total
+ Still waiting to schedule some checks. This may take a minute or two.
+
+
❯ e2e/__tests__/test.spec.ts:175:27
|
|
e2e/__tests__/test.spec.ts > test > Should use Github reporter and show test-session link:
packages/cli/e2e/__tests__/test.spec.ts#L119
Error: Test timed out in 45000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ e2e/__tests__/test.spec.ts:119:3
|
|
e2e/__tests__/test.spec.ts > test > Should use different config file:
packages/cli/e2e/__tests__/test.spec.ts#L45
AssertionError: expected '\nRunning 1 checks in us-east-1.\n\ns…' to contain '1 passed, 1 total'
- Expected
+ Received
- 1 passed, 1 total
+
+ Running 1 checks in us-east-1.
+
+ src/__checks__/secret.check.ts
+ ~ Show SECRET_ENV value
+
+ 1 scheduling, 1 total
+
+
+ src/__checks__/secret.check.ts
+ ~ Show SECRET_ENV value
+
+ 1 scheduling, 1 total
+ Still waiting to schedule some checks. This may take a minute or two.
+
+
❯ e2e/__tests__/test.spec.ts:45:27
|
|
e2e/__tests__/test.spec.ts > test > Should include only one check:
packages/cli/e2e/__tests__/test.spec.ts#L33
AssertionError: expected '\nRunning 1 checks in us-east-1.\n\ns…' to contain '1 passed, 1 total'
- Expected
+ Received
- 1 passed, 1 total
+
+ Running 1 checks in us-east-1.
+
+ src/__checks__/secret.check.ts
+ ~ Show SECRET_ENV value
+
+ 1 scheduling, 1 total
+
+
+ src/__checks__/secret.check.ts
+ ~ Show SECRET_ENV value
+
+ 1 scheduling, 1 total
+ Still waiting to schedule some checks. This may take a minute or two.
+
+
❯ e2e/__tests__/test.spec.ts:33:27
|
|
test - windows-latest
Process completed with exit code 1.
|
|
e2e/__tests__/bootstrap.spec.ts > bootstrap > Should run in non-interactive mode when TTY is disabled:
packages/create-cli/e2e/__tests__/bootstrap.spec.ts#L326
Error: Test timed out in 180000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ e2e/__tests__/bootstrap.spec.ts:326:3
|
|
e2e/__tests__/test.spec.ts > test > Should use Github reporter and show test-session link:
packages/cli/e2e/__tests__/test.spec.ts#L119
Error: Test timed out in 45000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ e2e/__tests__/test.spec.ts:119:3
|
|
e2e/__tests__/test.spec.ts > test > Should use different config file:
packages/cli/e2e/__tests__/test.spec.ts#L45
AssertionError: expected '\nRunning 1 checks in us-east-1.\n\ns…' to contain '1 passed, 1 total'
- Expected
+ Received
- 1 passed, 1 total
+
+ Running 1 checks in us-east-1.
+
+ src/__checks__/secret.check.ts
+ ~ Show SECRET_ENV value
+
+ 1 scheduling, 1 total
+
+
+ src/__checks__/secret.check.ts
+ ~ Show SECRET_ENV value
+
+ 1 scheduling, 1 total
+ Still waiting to schedule some checks. This may take a minute or two.
+
+
❯ e2e/__tests__/test.spec.ts:45:27
|
|
e2e/__tests__/test.spec.ts > test > Should include only one check:
packages/cli/e2e/__tests__/test.spec.ts#L33
AssertionError: expected '\nRunning 1 checks in us-east-1.\n\ns…' to contain '1 passed, 1 total'
- Expected
+ Received
- 1 passed, 1 total
+
+ Running 1 checks in us-east-1.
+
+ src/__checks__/secret.check.ts
+ ~ Show SECRET_ENV value
+
+ 1 scheduling, 1 total
+
+
+ src/__checks__/secret.check.ts
+ ~ Show SECRET_ENV value
+
+ 1 scheduling, 1 total
+ Still waiting to schedule some checks. This may take a minute or two.
+
+
❯ e2e/__tests__/test.spec.ts:33:27
|
|
e2e/__tests__/test.spec.ts > test > Test project should run successfully:
packages/cli/e2e/__tests__/test.spec.ts#L22
AssertionError: expected 1 to be +0 // Object.is equality
- Expected
+ Received
- 0
+ 1
❯ e2e/__tests__/test.spec.ts:22:27
|