This is sample gauge project illustrating gauge + taiko usage in a docker container
- docker
-
Clone the repo
-
Build image
- Run
docker build . -t gauge-taiko
- Run
-
Run tests
- Run
docker run gauge-taiko npm test
or to run
gauge
args- Run
docker run gauge-taiko npm run gauge -- {args for gauge command}
- Run