npm installSet your env if you run docker or k8s
mv .env.example .envnpx nightwatch -e chrome
npx nightwatch -e firefoxnpx nightwatch -e chrome --verbose
npx nightwatch -e firefox --verboseSee the docker-compose.yml
docker-compose up -dnpx nightwatch -e docker.grid.chrome
npx nightwatch -e docker.grid.firefox
npx nightwatch -e docker.grid.operaAdd 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/seleniumnpx nightwatch -e k8s.grid.chrome
npx nightwatch -e k8s.gird.firefox