Socket
Socket
Sign inDemoInstall

perfecto-cypress-reporter

Package Overview
Dependencies
2
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

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
6
decreased by-89.66%
Maintainers
1
Install size
412 kB
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

Last updated on 05 Feb 2023

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc