Skip to content

docs: add LICENSE, demo recording, MCP config examples, fix repo URL #60

docs: add LICENSE, demo recording, MCP config examples, fix repo URL

docs: add LICENSE, demo recording, MCP config examples, fix repo URL #60

Triggered via push February 28, 2026 22:25
Status Failure
Total duration 46s
Artifacts

release.yml

on: push
Semantic Release
43s
Semantic Release
Fit to window
Zoom out
Zoom in

Annotations

3 errors
Semantic Release
Process completed with exit code 1.
test/integration/cli/upload.test.ts > uploadCommand integration tests > should throw error when no authentication is provided: test/integration/cli/upload.test.ts#L88
AssertionError: expected [Function] to throw error including 'No authentication available' but got 'No upload strategy available. Tried: …' Expected: "No authentication available" Received: "No upload strategy available. Tried: cookie-extraction" ❯ test/integration/cli/upload.test.ts:88:7
test/integration/cli/exitCodes.test.ts > CLI exit code integration > exits 1 (general) when no strategy is available without auth: test/integration/cli/exitCodes.test.ts#L141
AssertionError: expected 'Error: No upload strategy available. …' to contain 'No authentication available' - Expected + Received - No authentication available + Error: No upload strategy available. Tried: cookie-extraction + ❯ test/integration/cli/exitCodes.test.ts:141:20