moved integration text execution to docker

This commit is contained in:
Danny Coates
2018-05-03 15:00:34 -07:00
parent f36ac24ac5
commit 7d62a23b36
6 changed files with 35 additions and 48 deletions

View File

@@ -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