perfecto-cypress-reporter

0.0.13 • Public • Published

perfecto-cypress-reporter

Perfecto reporter for Cypress automation tests framework

⚠️ There is no point to use this file outside Perfecto-Cypress execution. (It won't throw an exception, but it also does nothing, in this case)

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

  1. Go to cypress/support/index.js or (if you customized supportFile value, follow it location).
  2. Import this package:
import 'perfecto-cypress-reporter';

Or

require('perfecto-cypress-reporter');

Readme

Keywords

none

Package Sidebar

Install

npm i perfecto-cypress-reporter

Weekly Downloads

12

Version

0.0.13

License

ISC

Unpacked Size

19.7 kB

Total Files

11

Last publish

Collaborators

  • perfecto-reporting