test(ui): add e2e and integration tests
This commit is contained in:
17
tests/integration/docker-compose.test.yml
Normal file
17
tests/integration/docker-compose.test.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
backend-test:
|
||||
build:
|
||||
context: ./backend
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "3002:3001"
|
||||
environment:
|
||||
- PORT=3001
|
||||
- DB_PATH=/app/data/test.db
|
||||
volumes:
|
||||
- test-data:/app/data
|
||||
|
||||
volumes:
|
||||
test-data:
|
||||
Reference in New Issue
Block a user