Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 509 Bytes

tests.md

File metadata and controls

31 lines (20 loc) · 509 Bytes

Tests

Table of Contents

Unit Tests

npm run test

E2E Tests

npm run test:e2e

Tests in Docker

docker compose -f docker-compose.relational.ci.yaml --env-file env-example-relational -p ci up --build --exit-code-from api && docker compose -p ci rm -svf

Previous: File uploading

Next: Benchmarking