Answer the question
In order to leave comments, you need to log in
How to run codeception tests via webdriver in docker?
php, mariadb, nginx and webdriver are connected in docker-compose.yml + network
fragment with webdriver and network is configured
webdriver:
image: selenium/standalone-chrome-debug
ports:
- 4444:4444
- 5900:5900
networks:
- internal
networks:
internal:
driver: bridge
ipam:
driver: default
config:
- subnet: 192.168.220.0/28
class_name: AcceptanceTester
modules:
enabled:
- Asserts
browser: chrome
url: 'http://mysite.loc'
host: webdriver
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question