Skip to content

codeclown/wdio-slick-reporter-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wdio-slick-reporter-example

This repository contains a sample wdio-project for testing wdio-slick-reporter.

Just clone it and run to see the reporter in action.

Install dependencies

Requires ChromeDriver installed.

npm install

Run the example specs

npm test

To run against a local copy of wdio-slick-reporter:

npm test -- --local=../wdio-slick-reporter

Record a gif

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

About

A sample wdio-project for testing wdio-slick-reporter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published