Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 432 Bytes

BUILD_AND_TEST.md

File metadata and controls

29 lines (20 loc) · 432 Bytes

Build

Before building, make sure Docker is up and running.

$ pnpm install # first time only
$ pnpm prisma:generate # first time only
$ pnpm build

Testing

Unit Tests

Ensure Docker is running beforehand.

$ pnpm test

E2E Tests

Executes E2E tests against the application started with docker compose.

$ pnpm docker-build
$ pnpm docker-compose-up
$ pnpm verify-group-chat # E2E