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.
- Host: GitHub
- URL: https://github.com/devexpress/generator-testcafe-reporter
- Owner: DevExpress
- License: mit
- Created: 2015-12-02T12:26:03.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-12-02T07:48:33.000Z (over 1 year ago)
- Last Synced: 2025-06-21T03:08:29.589Z (12 months ago)
- Language: JavaScript
- Homepage: https://testcafe.io
- Size: 2.07 MB
- Stars: 6
- Watchers: 23
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generator-testcafe-reporter
*Scaffold out a TestCafe reporter*
[](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/).