Adding a Docker image to have testcafe + docker-compose
This commit is contained in:
parent
c89afba6cd
commit
0a3417e813
2 changed files with 10 additions and 3 deletions
5
tests/Dockerfile
Normal file
5
tests/Dockerfile
Normal file
|
@ -0,0 +1,5 @@
|
|||
FROM testcafe/testcafe:1.17.1
|
||||
|
||||
USER root
|
||||
RUN apk add docker-compose
|
||||
USER user
|
Loading…
Add table
Add a link
Reference in a new issue