1.0.3 • Published 2 years ago
testcafe-reporter-custom_html v1.0.3
testcafe-reporter-custom_html
Custom HTML reporter generator for TestCafe automated tests. It provides an HTML report of a TestCafe task(s) execution, as well as feedback on the errors, if these occurred. Also it provides an easy way to view the screenshots from failing tests.
Table of Contents
Installation and setup
1. Install package
$ npm install testcafe-reporter-html
2. Add the reporter flag to your test task runner
$ testcafe chrome test_folder/ --reporter custom_html