moved integration text execution to docker
This commit is contained in:
parent
f36ac24ac5
commit
7d62a23b36
6 changed files with 35 additions and 48 deletions
|
@ -12,14 +12,15 @@ services:
|
|||
image: redis:alpine
|
||||
ports:
|
||||
- "6379:6379"
|
||||
selenium-firefox:
|
||||
selenium:
|
||||
image: b4handjr/selenium-firefox
|
||||
volumes:
|
||||
- .:/send
|
||||
working_dir: /send
|
||||
expose:
|
||||
- "4444"
|
||||
ports:
|
||||
- "5900"
|
||||
- "4444:4444"
|
||||
shm_size: 2g
|
||||
integration-tests:
|
||||
build: ./test/integration
|
||||
links:
|
||||
- web
|
||||
- selenium
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue