An open API service indexing awesome lists of open source software.

https://github.com/devexpress/generator-testcafe-reporter

Scaffold out a TestCafe reporter.
https://github.com/devexpress/generator-testcafe-reporter

Last synced: 12 months ago
JSON representation

Scaffold out a TestCafe reporter.

Awesome Lists containing this project

README

          

# generator-testcafe-reporter
*Scaffold out a TestCafe reporter*

[![Build Status](https://api.travis-ci.org/DevExpress/generator-testcafe-reporter.svg)](https://travis-ci.org/DevExpress/generator-testcafe-reporter)

TestCafe can build test run reports in your own format and style. All you need is a custom reporter plugin.
This Yeoman generator scaffolds out such a plugin, so that you will need to write only a few lines of code.

For more information, read [Custom Reporter Plugin](https://devexpress.github.io/testcafe/documentation/extending-testcafe/reporter-plugin/).