This is just a simple project that covers using Gemini with local dependencies and Webdriver Manager.
npm install
npm run webdriver-install
./node_modules/.bin/http-server ./ -p 8000
npm run webdriver-start
To gather screenshots to test against do
npm run gather-screens
.
Once you have screens you can run the test suite against them.
npm run test-screens
- make a change to
index.html
npm run test-screens
You can also see the results in a webpage.
npm run html-report