generator-testcafe-reporter

Scaffold out a TestCafe reporter

Usage no npm install needed!

<script type="module">
  import generatorTestcafeReporter from 'https://cdn.skypack.dev/generator-testcafe-reporter';
</script>

README

generator-testcafe-reporter

Scaffold out a TestCafe reporter

Build Status

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.