feat: add evaluation evidence for config command, loop log, and PROMP… #97
ci.yml
on: push
Matrix: test
Commit Lint
0s
E2E Tests
Annotations
17 errors
|
Test (Node 20, macos-latest)
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
|
|
test/unit/core/strategies/cookieExtraction.test.ts > Cookie Extraction Strategy > Strategy Integration > upload throws UploadError if cookies null but errors exist:
test/unit/core/strategies/cookieExtraction.test.ts#L379
AssertionError: expected error to be instance of UploadError
- Expected:
[Function UploadError]
+ Received:
AuthenticationError {
"message": "No GitHub browser session found. Run `gh-attach login` first.",
"code": "SESSION_EXPIRED",
"details": undefined,
"name": "AuthenticationError",
}
❯ test/unit/core/strategies/cookieExtraction.test.ts:379:7
|
|
Test (Node 20, ubuntu-latest)
The strategy configuration was canceled because "test._20_macos-latest" failed
|
|
Test (Node 20, ubuntu-latest)
The operation was canceled.
|
|
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
|
|
Test (Node 22, ubuntu-latest)
The strategy configuration was canceled because "test._20_macos-latest" failed
|
|
Test (Node 22, ubuntu-latest)
The operation was canceled.
|
|
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
|
|
Test (Node 22, macos-latest)
The strategy configuration was canceled because "test._20_macos-latest" failed
|
|
Test (Node 22, macos-latest)
The operation was canceled.
|
|
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
|
|
test/unit/core/strategies/cookieExtraction.test.ts > Cookie Extraction Strategy > Strategy Integration > upload throws UploadError if cookies null but errors exist:
test/unit/core/strategies/cookieExtraction.test.ts#L379
AssertionError: expected error to be instance of UploadError
- Expected:
[Function UploadError]
+ Received:
AuthenticationError {
"message": "No GitHub browser session found. Run `gh-attach login` first.",
"code": "SESSION_EXPIRED",
"details": undefined,
"name": "AuthenticationError",
}
❯ test/unit/core/strategies/cookieExtraction.test.ts:379:7
|