Socket
Socket
Sign inDemoInstall

jest-dashboard

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-dashboard

Command-line dashboard for jest


Version published
Weekly downloads
805
increased by7.48%
Maintainers
1
Weekly downloads
 
Created
Source

jest-dashboard

A command line dashboard for jest

Join the chat at https://gitter.im/theoutlander/jest-dashboard CircleCI npm version npm NSP Status PRs Welcome license

Purpose

When you run tests in jest, you probably see this sort of output:

image

While that is helpful, it can get quite hard to parse through the noise. The jest-dashboard simplifies this.

screenshot 2018-01-07 21 34 45

Install

npm install -D jest-dashboard

NPM

Usage

You can use jest-dashboard in two ways:

1). Specify the jest-dashboard reporter as a command line parameter

jest --reporters jest-dashboard

OR

2). Modify your jest configuration file with the following:

"reporters": ["jest-dashboard"]

and run:

jest --config <jest.config.json>

Press Escape to quit

Hot Keys

<TAB> - Switch focus between Table View and Log View

<ESC> - Quit Dashboard

    t - Toggle table view to display Test Files or Test Cases
    
    q - Quit Dashboard

Contribution

This is a work-in-progress and we would like your help. Please consider contributing to this project on one of the following:

  • Dashboard Improvements
  • Integration with Mocha
  • Test Cases
  • Examples

License

MIT License

Keywords

FAQs

Package last updated on 21 Jan 2018

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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc