Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 669 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 669 Bytes

Introduction

pickleJar is a test runner for gherkin-based tools written using nw.js

Currently it only supports behave

Installation

  1. npm install
  2. download and unzip nw.js (tested with 0.12, 0.13, 0.26) (https://nwjs.io/downloads/)
  3. run nw where picklejar is the directory where you cloned to

Developer notes

The basic application logic can be found in main.js. The underlying functionality is provided by modules separated by functional area.

test.js allows the test runner logic to be exercised without the nw.js GUI. Run it with node. It expects to find a features folder in the directory from which you run node with tests to run.