2.1.2 • Published 9 years ago

cuke2jade v2.1.2

Weekly downloads
3
License
ISC
Repository
github
Last release
9 years ago

cuke2jade

Cucumber.js json formatted output to jade.

Installation and Usage

Install and Usage

Install

$ npm install -g cuke2jade

Usage

$ cat cucumber.json | cuke2jade # You have jade output
$ npm install -g jade
$ cat cucumber.json | cuke2jade | jade > index.html # You have a html file!

Customising

No Stylesheet

--no-bootstrap

$ cat cucumber.json | cuke2jade --no-bootstrap # no stylesheet

Custom CSS

--css something.css Single css file included --css a.css,b.css Comma delimited

$ cat cucumber.json | cuke2jade --no-bootstrap --css custom-bootstrap.css # custom css with no defaults
$ cat cucumber.json | cuke2jade --css bootstrap-override.css # custom css overriding bootstrap.css

Custom Header

--header "Some String with Spaces in" Will be placed at the top of your report.

$ cat cucumber.json | cuke2jade --header

Progress Bar

--progress Will add a progress bar to the top of your report to indicate the total progress (number of passes, undefined tests, failing tests and skipped tests).

$ cat cucumber.json | cuke2jade --progress
2.1.2

9 years ago

2.1.1

9 years ago

2.1.0

9 years ago

2.0.0

9 years ago

1.1.0

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago