- Clone this repo
- Run npm i
- Start containers
docker-compose up -d
To see the allure reports for your project, go to http://localhost:5050/allure-docker-service/projects/default/reports/latest/index.html
.
Sample .env
file:
# Comma separated browsers. i.e: firefox,MicrosoftEdge
BROWSERS=chrome
# Selenium Hub port
HUB_PORT=4444
# Name of the host
HOSTNAME=localhost
# Base url to make tests against
BASE_URL=http://localhost
npm run wdio