Implementation of WebdriverIO automation test framework using nodejs. Chai library used for assertions.
Setup
git clone https://github.com/robinch93/WebdriverIO-JavaScript.git
Run on Local
- Download Node.js
npm installmake search-test-localmake checkout-test-local
Run on Docker
- Download Docker
make search-test-dockermake checkout-test-docker
Run On Jenkins
- Run
docker-compose up -d - Access Jenkins instance at:
http://localhost:8085 - Use
adminas username andadminas password for login. - Click on the job
webdriverio-test - Click on
Build Nowbutton to trigger the job build.