-
It would be useful to have a section on specifying package versions, including eg the difference between `@0.6` and `@=0.6`.
```
$ meteor add xolvio:cucumber@0.6.6
Currently using xolvio:cucumber wit…
-
``` gherkin
When I insert a reference error on one of my source files
And I run cucumber
Then I expected the job to fail
But instead, it runs no tests and Grunt says "Done, without errors."
```
it do…
-
## The problem
Tests run correctly using the default dot error reporter. When I use allure reporter(http://webdriver.io/guide/reporters/allure.html), the json files are created. However when I try t…
-
Hi,
I just installed Chimp on my Ubuntu VM.
When I ran `chimp --watch` it gave the message:
`[chimp][helper] setupBrowserAndDDP had error`
I don't have any Xterm or window system set up on the VM. I…
-
Yes! cucumber-js 1.0.0 is released (gherkin 4.0.0).
When upgrading, my tests still work, but it looks like the json output has changed and is not able to create a html report.
> Unable to parse cucu…
-
##### Expected behaviour
browser and deviceName capabilities are required for browser based testing on mobile.
##### Actual behaviour
chimp is overriding the browser to '' if there is a deviceName s…
-
First of all great work on this, very impressive reporting outputs!
However we found 1 issue where the cucumber json output was not being parsed for the html report to be generated. When a test faile…
-
Appveyor is missing at least
- [ ] [library tests](https://github.com/Project-OSRM/osrm-backend/blob/a33bd9dfe6dcf651bae89c29cdcee8bc7587b861/.travis.yml#L168)
- [x] server tests (we're not running th…
-
I am using cucumber 0.10.2, "gulp-protractor-cucumber-html-report": "0.0.9"
And i have
module.exports = function beforeHooks() {
this.Before('@splan', function () {
var world = this;
…
-
Hi Damian,
I recently upgraded to the latest version stand-alone cucumber report (2.8.0) and now the report does not display any test scenario data tables from my feature file. Is this a known issue/…