Skip to content

Commit

Permalink
trying to get the test output file
Browse files Browse the repository at this point in the history
  • Loading branch information
m4nv3ru committed Apr 16, 2024
1 parent b9f78eb commit aa07f87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion frontend/vue-gewoscout/Dockerfile.test
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ WORKDIR /app
COPY package.json .
RUN npm install --save-dev vitest && npm install

COPY . .
COPY . .

RUN npx vitest --reporter=json --outputFile=/app/test-results/test-output.json
2 changes: 1 addition & 1 deletion frontend/vue-gewoscout/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ services:
dockerfile: Dockerfile.test
volumes:
- ./test-results:/app/test-results
command: ["npx", "vitest", "--reporter=json", "--outputFile=/app/test-results/test-output.json"]
command: ["npx", "vitest"]


0 comments on commit aa07f87

Please sign in to comment.