Skip to content

Basic Unit Tests

Basic Unit Tests #15

Triggered via pull request April 23, 2024 11:20
@fomalhautbfomalhautb
synchronize #15
unit-test
Status Failure
Total duration 33s
Artifacts

e2e-api-tests.yaml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
tests/basic.test.ts > Basic > Main Page: apps/e2e/tests/basic.test.ts#L42
AssertionError: expected 308 to be 307 // Object.is equality - Expected + Received - 307 + 308 ❯ tests/basic.test.ts:42:29
tests/basic.test.ts > Basic > Test API: apps/e2e/tests/basic.test.ts#L47
AssertionError: expected 308 to be 200 // Object.is equality - Expected + Received - 200 + 308 ❯ tests/basic.test.ts:47:29
tests/basic.test.ts > Basic > Credential Sign Up: apps/e2e/tests/basic.test.ts#L53
AssertionError: expected 308 to be 200 // Object.is equality - Expected + Received - 200 + 308 ❯ tests/basic.test.ts:53:29
tests/basic.test.ts > Basic > Credential Sign In: apps/e2e/tests/basic.test.ts#L60
AssertionError: expected 308 to be 200 // Object.is equality - Expected + Received - 200 + 308 ❯ tests/basic.test.ts:60:29
tests/basic.test.ts > Basic > Get Current User: apps/e2e/tests/basic.test.ts#L71
AssertionError: expected 308 to be 200 // Object.is equality - Expected + Received - 200 + 308 ❯ tests/basic.test.ts:71:30
build (20.x)
Process completed with exit code 1.
build (20.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.