Perfecto reporter for Cypress automation tests framework
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.
Add this package as dependency in the root of your Cypress tests code
npm i perfecto-cypress-reporter- Go to
cypress/support/index.jsor (if you customizedsupportFilevalue, follow it location). - Import this package:
import 'perfecto-cypress-reporter';
Or
require('perfecto-cypress-reporter');