🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

cypress-serenity-reporter

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cypress-serenity-reporter

Serenity-js reporter for mocha compatible with Cypress.io

1.0.1
latest
Source
npm
Version published
Weekly downloads
676
21.8%
Maintainers
1
Weekly downloads
 
Created
Source

cypress-serenity-reporter

An npm mocha reporter for serenity-js brewed and working for cypress.

This one is based on Jan Molak his reporter:
https://github.com/jan-molak/serenity-js/tree/master/packages/mocha/src

But could not get the compiled version of that one working with cypress.
This is just a simple rewrite in javascript made into an npm module for easy use with cypress:

https://docs.cypress.io/guides/guides/reporters.html# describes using third party reporters in mocha.

npm install --save-dev cypress-serenity-reporter

then in your cypress.json add the following line:

"reporter": "cypress-serenity-reporter"

Keywords

mocha

FAQs

Package last updated on 07 Dec 2017

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