Skip to content

Add R API container to dev dependencies script, and consume R API from app #3

Add R API container to dev dependencies script, and consume R API from app

Add R API container to dev dependencies script, and consume R API from app #3

Triggered via pull request August 7, 2024 17:34
Status Failure
Total duration 1m 33s
Artifacts

integration-tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
tests/integration/rApi.spec.ts > api/versions > returns a successful response when the mock server responds successfully: tests/integration/rApi.spec.ts#L52
AssertionError: expected false to be true // Object.is equality - Expected + Received - true + false ❯ tests/integration/rApi.spec.ts:52:25
tests/integration/rApi.spec.ts > api/versions > returns a response with informative errors when the mock server responds with an error: tests/integration/rApi.spec.ts#L70
AssertionError: expected 'Not Found' to be 'NOT_FOUND: Resource not found' // Object.is equality - Expected + Received - NOT_FOUND: Resource not found + Not Found ❯ tests/integration/rApi.spec.ts:70:26
tests/integration/rApi.spec.ts > api/versions > returns a response with informative errors when the mock server doesn't respond in time: tests/integration/rApi.spec.ts#L79
AssertionError: expected 404 to be 500 // Object.is equality - Expected + Received - 500 + 404 ❯ tests/integration/rApi.spec.ts:79:29
test
Process completed with exit code 1.