mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 06:00:53 +03:00
Added webdriverio integration tests
This commit is contained in:
committed by
Danny Coates
parent
bd02b7db8e
commit
23d629b80b
@@ -10,17 +10,10 @@ services:
|
||||
- REDIS_HOST=redis
|
||||
redis:
|
||||
image: redis:alpine
|
||||
selenium:
|
||||
selenium-firefox:
|
||||
image: b4handjr/selenium-firefox
|
||||
ports:
|
||||
- "${VNC_PORT:-5900}:5900"
|
||||
shm_size: 2g
|
||||
integration-tests:
|
||||
build: ./test/integration
|
||||
environment:
|
||||
- BASE_URL=${BASE_URL:-http://web:1443}
|
||||
links:
|
||||
- web
|
||||
- selenium
|
||||
volumes:
|
||||
- "./coverage:/coverage"
|
||||
- .:/code
|
||||
|
||||
Reference in New Issue
Block a user