perfecto-cypress-reporter
Perfecto reporter for Cypress automation tests framework
What is this?
This code will listen to Cypress events such as commands test-start and test-end. From the data that collected it will create rest execution report with video screenshots and commands.
Installation
Add this package as dependency in the root of your Cypress tests code
npm i perfecto-cypress-reporter
Usage
- Go to
cypress/support/index.js
or (if you customizedsupportFile
value, follow it location). - Import this package:
import 'perfecto-cypress-reporter';
Or
require('perfecto-cypress-reporter');