feat: add support for npm/pnpm workspaces [SIM-130] #2946
Annotations
12 errors and 1 warning
|
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' }
|
|
src/constructs/__tests__/playwright-check.spec.ts > PlaywrightCheck > validation > should error if both group and groupName are set:
packages/cli/src/constructs/__tests__/playwright-check.spec.ts#L206
Error: Test timed out in 30000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ src/constructs/__tests__/playwright-check.spec.ts:206:5
|
|
src/constructs/__tests__/playwright-check.spec.ts > PlaywrightCheck > validation > should error if groupName is not found:
packages/cli/src/constructs/__tests__/playwright-check.spec.ts#L182
Error: Test timed out in 30000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ src/constructs/__tests__/playwright-check.spec.ts:182:5
|
|
src/constructs/__tests__/playwright-check.spec.ts > PlaywrightCheck > validation > should warn that groupName is deprecated:
packages/cli/src/constructs/__tests__/playwright-check.spec.ts#L158
Error: Test timed out in 30000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ src/constructs/__tests__/playwright-check.spec.ts:158:5
|
|
src/constructs/__tests__/playwright-check.spec.ts > PlaywrightCheck > should synthesize groupId:
packages/cli/src/constructs/__tests__/playwright-check.spec.ts#L120
Error: Test timed out in 30000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ src/constructs/__tests__/playwright-check.spec.ts:120:3
|
|
src/constructs/__tests__/playwright-check.spec.ts > PlaywrightCheck > should synthesize group:
packages/cli/src/constructs/__tests__/playwright-check.spec.ts#L83
Error: Test timed out in 30000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ src/constructs/__tests__/playwright-check.spec.ts:83:3
|
|
src/constructs/__tests__/playwright-check.spec.ts > PlaywrightCheck > should synthesize groupName:
packages/cli/src/constructs/__tests__/playwright-check.spec.ts#L43
Error: Test timed out in 30000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ src/constructs/__tests__/playwright-check.spec.ts:43:3
|
|
src/constructs/__tests__/browser-check.spec.ts > BrowserCheck:
packages/cli/src/constructs/__tests__/browser-check.spec.ts#L43
TypeError: Cannot read properties of undefined (reading 'destroy')
❯ src/constructs/__tests__/browser-check.spec.ts:43:16
|
|
src/constructs/__tests__/browser-check.spec.ts > BrowserCheck:
packages/cli/src/constructs/__tests__/browser-check.spec.ts#L36
Error: Hook timed out in 30000ms.
If this is a long-running hook, pass a timeout value as the last argument or configure it globally with "hookTimeout".
❯ src/constructs/__tests__/browser-check.spec.ts:36:3
|
|
src/constructs/__tests__/api-check.spec.ts > ApiCheck:
packages/cli/src/constructs/__tests__/api-check.spec.ts#L43
TypeError: Cannot read properties of undefined (reading 'destroy')
❯ src/constructs/__tests__/api-check.spec.ts:43:16
|
|
src/constructs/__tests__/api-check.spec.ts > ApiCheck:
packages/cli/src/constructs/__tests__/api-check.spec.ts#L36
Error: Hook timed out in 30000ms.
If this is a long-running hook, pass a timeout value as the last argument or configure it globally with "hookTimeout".
❯ src/constructs/__tests__/api-check.spec.ts:36:3
|
|
lint:
packages/cli/src/constructs/api-check.ts#L14
'Runtime' is defined but never used
|