forked from mirrors/homebox
end-to-end testing setup
This commit is contained in:
parent
b4eb7d8ddc
commit
ad4c8c9ab4
41 changed files with 544 additions and 313 deletions
|
@ -31,11 +31,11 @@ tasks:
|
|||
- cd backend && go test -race -coverprofile=coverage.out -covermode=atomic ./app/... ./internal/... ./pkgs/... -v -cover
|
||||
silent: true
|
||||
|
||||
client:test:
|
||||
test:integration:
|
||||
cmds:
|
||||
- cd backend && go run ./app/api/ &
|
||||
- sleep 5
|
||||
- cd client && npm run test:ci
|
||||
- cd frontend && pnpm run test:ci
|
||||
silent: true
|
||||
|
||||
docker:build:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue