Enable testcafe dev mode to pinpoint testcafe errors
This commit is contained in:
parent
97460886f0
commit
a5c7abe61e
2 changed files with 7 additions and 1 deletions
|
@ -3,6 +3,8 @@ services:
|
|||
testcafe:
|
||||
build: tests/
|
||||
working_dir: /project/tests
|
||||
command:
|
||||
- --dev
|
||||
# Run as root to have the right to access /var/run/docker.sock
|
||||
user: root
|
||||
environment:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue