lathonez / clicker

Ionic 2 + @angular/cli Seed Project : Angular2 + Typescript + Karma + Protractor + Travis
http://lathonez.com/2018/ionic-2-unit-testing/
MIT License
430 stars 136 forks source link

Adding screenshots to e2e tests #132

Closed chron0 closed 8 years ago

chron0 commented 8 years ago

I wanted to have auto created app-screenshots for docs and to quickly visually inspect, if page rendering has changed. If you like this feature, please feel free to use/merge, otherwise just close it.

Running "npm run e2e" will create coverage/screenshots with named pngs for every test-case and create an index.html page, showing the results.

codecov-io commented 8 years ago

Current coverage is 91.95% (diff: 100%)

No coverage report found for master at e90d270.

Powered by Codecov. Last update e90d270...dd1242d

lathonez commented 8 years ago

If you like this feature

Yes! Never thought of this / not sure I knew it existed.