You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

perfecto-cypress-reporter

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

perfecto-cypress-reporter

Perfecto reporter for Cypress automation tests framework


Version published
Weekly downloads
3
decreased by-25%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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');

FAQs

Package last updated on 05 Feb 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc