All Projects → theoutlander → jest-dashboard

theoutlander / jest-dashboard

Licence: MIT License
Command Line Dashboard for Jest

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to jest-dashboard

Consolemock
A tool for testing console logs
Stars: ✭ 103 (+68.85%)
Mutual labels:  jest, testing-tools
puppeteer-screenshot-tester
Small library that allows us to compare screenshots generated by puppeteer in our tests.
Stars: ✭ 50 (-18.03%)
Mutual labels:  jest, testing-tools
Expect Playwright
Jest utility matcher functions to simplify expect statements for the usage with Playwright.
Stars: ✭ 66 (+8.2%)
Mutual labels:  jest, testing-tools
Gest
👨‍💻 A sensible GraphQL testing tool - test your GraphQL schema locally and in the cloud
Stars: ✭ 109 (+78.69%)
Mutual labels:  jest, testing-tools
jest-wrap
Fluent pluggable interface for easily wrapping `describe` and `it` blocks in Jest tests.
Stars: ✭ 35 (-42.62%)
Mutual labels:  jest, testing-tools
Testdeck
Object oriented testing
Stars: ✭ 206 (+237.7%)
Mutual labels:  jest, testing-tools
Chromogen
UI-driven Jest test-generation package for Recoil selectors
Stars: ✭ 164 (+168.85%)
Mutual labels:  jest, testing-tools
jest-fuck
Play an audible 'fuck' whenever your tests fail
Stars: ✭ 44 (-27.87%)
Mutual labels:  jest, jest-reporter
nextal
Starter template for NextJs with TypeScript. Supports Tailwind with CSS-Modules. Jest and @react/testing-library configured and ready to go. Also ESLint, Prettier, Husky, Commit-lint and Atomic Design for components.
Stars: ✭ 88 (+44.26%)
Mutual labels:  jest
reducer-tester
Utilities for testing redux reducers
Stars: ✭ 19 (-68.85%)
Mutual labels:  jest
slack-mock
A Slack API mocker for Slack bot integration tests.
Stars: ✭ 61 (+0%)
Mutual labels:  testing-tools
personal-blog
✍️ 个人技术博客
Stars: ✭ 79 (+29.51%)
Mutual labels:  jest
jest-preset-preact
Jest preset for testing Preact apps
Stars: ✭ 14 (-77.05%)
Mutual labels:  jest
cookiecutter-flask-react
Cookiecutter for a Flask+React project
Stars: ✭ 22 (-63.93%)
Mutual labels:  jest
automock
A library for testing classes with auto mocking capabilities using jest-mock-extended
Stars: ✭ 26 (-57.38%)
Mutual labels:  jest
walrus
🎉 Cli development framework.
Stars: ✭ 17 (-72.13%)
Mutual labels:  jest
jdbdt
JDBDT: Java Database Delta Testing
Stars: ✭ 12 (-80.33%)
Mutual labels:  testing-tools
egghead-bookshelf
An example React application to accompany the "Add Internationalization (i18n) to a React app using React Intl" Egghead.io course
Stars: ✭ 28 (-54.1%)
Mutual labels:  jest
super-powered-api-testing
Comparisons of powerful API testing tools
Stars: ✭ 25 (-59.02%)
Mutual labels:  testing-tools
sbml-test-suite
The SBML Test Suite is a conformance testing system. It allows developers and users to test the degree and correctness of the SBML support provided in a software package.
Stars: ✭ 21 (-65.57%)
Mutual labels:  testing-tools

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].