npm install
Set your env if you run docker or k8s
mv .env.example .env
npx nightwatch -e chrome
npx nightwatch -e firefox
npx nightwatch -e chrome --verbose
npx nightwatch -e firefox --verbose
See the docker-compose.yml
docker-compose up -d
npx nightwatch -e docker.grid.chrome
npx nightwatch -e docker.grid.firefox
npx nightwatch -e docker.grid.opera
Add http basic auth in the ingress and set credential to .env
See the k8s/values.yml install helm selenium chart with this values.yml
helm install --name my-release -f values.yaml stable/selenium
npx nightwatch -e k8s.grid.chrome
npx nightwatch -e k8s.gird.firefox