jcgay / CucumberSlices

Manage your cucumber features, scenarios and tag for better Gherkin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CucumberSlices

An app to help you know which Features, Scenarios, Tags and even Steps used in your Cucumber projects. Knowing all of this, help you write better Gherkin steps and organize your project.

Requirement

  • node.js
  • npm
  • electron
  • python-shell // Module to call python scripts needed in the app

Install

Once you have intalled node.js and clone the project:

  1. Go to your project folder
  2. Run npm install. It will install electron framework
  3. Run npm install python-shell

About

Manage your cucumber features, scenarios and tag for better Gherkin


Languages

Language:JavaScript 49.2%Language:Python 35.0%Language:HTML 8.4%Language:CSS 7.4%