cucumber-junit icon indicating copy to clipboard operation
cucumber-junit copied to clipboard

Cucumber.js JSON to JUnitXML converter

Results 6 cucumber-junit issues
Sort by recently updated
recently updated
newest added

![image](https://cloud.githubusercontent.com/assets/2346810/19113102/79a5b1ae-8b08-11e6-98cc-a6ba856de008.png) I don't know if this is intended or not. Basically, each step (Given/When/Then/And) component of a scenario is counted as a testcase. I would prefer each scenario within a...

enhancement

According to [this](http://llg.cubic.org/docs/junit/) `` tag can get some optional attributes like total number of successful tests from all testsuites or total time, but what I get is `` without any...

enhancement

Getting this when trying to run `./node_modules/.bin/cucumber-junit > tests/features/cucumber_report.xml` ``` \node_modules\protractor-cucumber-junit\lib\cucumber_junit.js:24 var lastAssert = stepJson.assertions.length - 1; ^ Cannot read property 'length' of undefined ``` What I'm doing wrong?

How do you use this with `grunt`?