All Projects → 2gis → Badger

2gis / Badger

Licence: mit
Open-source tool for monitoring product quality.

Programming Languages

javascript
184084 projects - #8 most used programming language

Badger Build Status

Badger - an open-source tool for monitoring product quality.

Features:

  • simple tests execution
  • collecting test results from different sources
  • the aggregation of results
  • beautiful graphics

Work with badger-api.

Installation

Development version | Deploy to Heroku

Clone repository:

   git clone https://github.com/2gis/badger.git
   cd badger

Install [npm] (https://www.npmjs.com/) packages (also you need nodejs-legacy package): don't work with 5.x node currently, please use lts version of [node] (https://nodejs.org/)

   npm install

Run application:

   npm run dev

Now your web interface is available at http://localhost:5000/

Testing

backend is not required

Dependencies:

  • Firefox browser
  • Java runtime

Run tests:

   npm run dev & npm run test

User guide

Your Badger and Badger-api deployed. If you want to try them and run tests, follow this guide.

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].