This repository contains a sample wdio-project for testing wdio-slick-reporter.
Just clone it and run to see the reporter in action.
Requires ChromeDriver installed.
npm install
npm test
To run against a local copy of wdio-slick-reporter
:
npm test -- --local=../wdio-slick-reporter
This is the process to record a demo gif for the main repository.
Recommended terminal size: 132x35.
./node_modules/.bin/ttystudio frames.json
cd /path/to/wdio-slick-reporter-example && npm --silent test
^Q # stop recording with ctrl-q
./node_modules/.bin/ttystudio --play frames.json # preview and e.g. play around with --range
./node_modules/.bin/ttystudio frames.json demo.gif