tachyon-cypress-reporters
v32.0.0
Published
Cypress reporters for Twitch
Downloads
3
Readme
Tachyon Cypress Reporters
This packages contains Cypress reporters for Twitch. To use them, you'll need to create a thin custom reporter file in your package that re-exports your desired reporter:
// cypress/reporters/[reporter]
module.exports = require('tachyon-cypress-reporters')[reporter];
resilienceReporter
Reports Resilience functionality.