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
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
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