Socket
Socket
Sign inDemoInstall

testcafe-reporter-dashboard

Package Overview
Dependencies
33
Maintainers
8
Versions
48
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    testcafe-reporter-dashboard

Dashboard TestCafe reporter plugin.


Version published
Weekly downloads
53K
decreased by-14%
Maintainers
8
Created
Weekly downloads
 

Readme

Source

testcafe-reporter-dashboard

This is the dashboard reporter plugin for TestCafe.

Install

npm install testcafe-reporter-dashboard

Usage

When you run tests from the command line, specify the reporter name by using the --reporter option:

testcafe chrome 'path/to/test/file.js' --reporter dashboard

When you use API, pass the reporter name to the reporter() method:

testCafe
    .createRunner()
    .src('path/to/test/file.js')
    .browsers('chrome')
    .reporter('dashboard') // <-
    .run();

Author

aleks-pro

Keywords

FAQs

Last updated on 23 Dec 2022

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