# generator-testcafe-reporter **Repository Path**: mirrors_DevExpress/generator-testcafe-reporter ## Basic Information - **Project Name**: generator-testcafe-reporter - **Description**: Scaffold out a TestCafe reporter. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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/).