Skip to content

Commit

Permalink
docker: selenium tests against a local prod target
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Hunter committed Feb 23, 2016
1 parent 47a7c95 commit 5aaebd6
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions docker-compose-prodseleniumtests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
#
dataselenium:
extends:
file: docker-compose-common.yml
service: dataselenium

# runs the selenium tests against docker-compose-teststack.yml
seleniumtesthost:
image: muccg/rdrf-dev
command: selenium
environment:
- DBUSER=rdrfapp
- WAIT_FOR_DB=1
- WAIT_FOR_MONGO=1
- WAIT_FOR_HOST_PORT=8443
- DEPLOYMENT=prod
volumes_from:
- dataselenium
external_links:
- rdrf_uwsgiprod_1:web
- rdrf_dbprod_1:db
- rdrf_seleniumhub_1:hub
- rdrf_mongoprod_1:mongo

0 comments on commit 5aaebd6

Please sign in to comment.