Enable frontend unit tests in docker (#9480)

* Enable frontend unit tests in docker

* Update npm command names
This commit is contained in:
Benjamin Bädorf
2021-07-19 12:32:05 +00:00
committed by GitHub
parent a90bbc7834
commit 4f0850d208
4 changed files with 11 additions and 8 deletions
+2 -1
View File
@@ -116,12 +116,13 @@ services:
frontend-test:
build:
<<: *frontend-build
command: "npm run serve-test"
command: "npm run serve:test"
volumes:
- ".:/home/dev/openproject"
- "fedata-test:/home/dev/openproject/public/assets/frontend"
environment:
PROXY_HOSTNAME: backend-test
CHROME_BIN: chromium
networks:
- testing