Codeception acceptance tests in docker + chrome debug selenium instance
Pre-conditions:
- Installed docker
- Installed docker-compose
How to run and use:
- Edit codeception.yml file and change the
host
field value to your own IP address of the machine. - Run
docker-compose up -d
- Waiting untill the execution ends.
- Run
docker-compose run --rm codecept run acceptance