Git Product home page Git Product logo

case-coverage's Introduction

Case Coverage

Visual representation of your apps case coverage.


Description :

Extracts use case coverage from a projects cucumber features and creates a bubble graph.

This is a visual representation of the amount of features you've got in each domain of your app. The size of the bubble represents the total number of scenarios in a domain, the x-axis is the number of automated and the y-axis is the number of manual tests.

Installation

npm install @cookiescrumbs/case-coverage -g

You'll need cucumberjs installed to use this package.

npm install cucumberjs --save-dev

Usage :

Simple Example

Split your app into domains and tag your feature files with an appropriate @tag. Scenarios can be tagged @manual or @wip. It's assumed the rest will be automated. You'll need to add your domain tags to the case-coverage JSON file along with the location of the feature files.

{
   "domains": [
       "encouraging-independent-study",
       "discovering-content",
       "live-lesson",
       "getting-insights-and-performance",
       "encouraging-independent-study",
       "class-management",
       "enrolment",
       "sign-up-and-sign-in",
       "onboarding"
   ],
   "featuresFolder": "./features"
}
case-coverage  "./case-coverage.json"

This package creates a case-coverage folder, containing the graph, inside the directory it is run in.

case-coverage's People

Contributors

cookiescrumbs avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.