Skip to content

chore: test integration tests #10

chore: test integration tests

chore: test integration tests #10

Triggered via push September 9, 2024 21:40
Status Failure
Total duration 45s
Artifacts

ci.yaml

on: push
Matrix: Integration Test
Fit to window
Zoom out
Zoom in

Annotations

8 errors
test/integration/cli.spec.ts > Integration Tests > should display version with --version flag: test/integration/cli.spec.ts#L53
AssertionError: expected 'spawnSync /bin/sh ENOENT' to be '0.0.0-beta.16' // Object.is equality Expected: "0.0.0-beta.16" Received: "spawnSync /bin/sh ENOENT" ❯ test/integration/cli.spec.ts:53:27
test/integration/cli.spec.ts > Integration Tests > should build the project in prod environment by default: test/integration/cli.spec.ts#L58
AssertionError: expected 'spawnSync /bin/sh ENOENT' to contain 'Building project in prod environment.…' Expected: "Building project in prod environment..." Received: "spawnSync /bin/sh ENOENT" ❯ test/integration/cli.spec.ts:58:20
test/integration/cli.spec.ts > Integration Tests > should build the project in dev environment when specified: test/integration/cli.spec.ts#L64
AssertionError: expected 'spawnSync /bin/sh ENOENT' to contain 'Building project in dev environment...' Expected: "Building project in dev environment..." Received: "spawnSync /bin/sh ENOENT" ❯ test/integration/cli.spec.ts:64:20
test/integration/cli.spec.ts > Integration Tests > should start the dev server with default settings: test/integration/cli.spec.ts#L70
AssertionError: expected 'spawnSync /bin/sh ENOENT' to contain 'Starting development server...' Expected: "Starting development server..." Received: "spawnSync /bin/sh ENOENT" ❯ test/integration/cli.spec.ts:70:20
test/integration/cli.spec.ts > Integration Tests > should start the dev server with watch mode enabled: test/integration/cli.spec.ts#L76
AssertionError: expected 'spawnSync /bin/sh ENOENT' to contain 'Starting development server...' Expected: "Starting development server..." Received: "spawnSync /bin/sh ENOENT" ❯ test/integration/cli.spec.ts:76:20
test/integration/cli.spec.ts > Integration Tests > should start the dev server with debug mode enabled: test/integration/cli.spec.ts#L83
AssertionError: expected 'spawnSync /bin/sh ENOENT' to contain 'Starting development server...' Expected: "Starting development server..." Received: "spawnSync /bin/sh ENOENT" ❯ test/integration/cli.spec.ts:83:20
test/integration/cli.spec.ts > Integration Tests > should handle the dev server with --open flag gracefully in CI: test/integration/cli.spec.ts#L100
AssertionError: expected 'spawnSync /bin/sh ENOENT' to contain 'Starting development server...' Expected: "Starting development server..." Received: "spawnSync /bin/sh ENOENT" ❯ test/integration/cli.spec.ts:100:22
Build
Process completed with exit code 1.