-
I get this after I installed grunt-cucumber-js and ran "grunt cucumberjs". I tried to run it from the command-line like so and got more info:
$ node_modules/grunt-cucumber/node_modules/cucumber/bin/…
-
It seems cucumber.js is now doing the encoding themselves when attaching pngs. I therefore had to decode twice to get the screenshot ending up viewable in the report:
```
browser.takeScreenshot().the…
-
Hi Team,
Tried running code for parallel config. Below is the error stack I am getting on console. Need help. Am I missing out some configuration?
c:\Users\rsingh\cucumber-js-browserstack-master…
-
The binary path has changed on unix to `cucumber-js` resulting in
```
Running "cucumberjs:ci" (cucumberjs) task
>> cucumberjs binary not found at path node_modules/cucumber/bin/cucumber.js
>> …
-
I am using 'protractor-cucumber-framework' and grunt. For html reports I am using 'protractor-cucumber-html-report'
I am able to generate html reports from 'protractor-cucumber-html-report' only if …
-
Hello,
with our acceptance tests we have rather long method names, so we run into a file length problem with the screenshot names. See error below:
```
Starting: Publish Cucumber Report
======…
-
### 👓 What did you see?
Hooks that are loaded via `supportCodeLibraryBuilder` encounter an error when using the parallel option in the `runCucumber` API.
### ✅ What did you expect to see?
Hoo…
-
[Enter steps to reproduce below:]
1. Open feature file
2. Use keyboard shortcut to go step definition
**Atom Version**: 0.177.0
**System**: Mac OS X 10.10.2
**Thrown From**: [cucumber-step](https://g…
-
If I am running the test locally, I see the json file created by name "cucumber_report.json". Whereas, when I try to run on remote browsers(saucelabs/other remote browsers), I see the json filename ha…
-
I have a two features and if i do run
node ./node_modules/selenium-cucumber-js/index.js
**I get**
node_modules/selenium-cucumber-js/runtime/world.js:177 The previously configured ChromeDriver s…