docs: add LICENSE, demo recording, MCP config examples, fix repo URL #60
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
|