-
Odd, I followed all of the steps, but when I run the command: `` I still get this error:
/Users/jim/Git-Projects/Flexbox-Push-Drawer-Example/node_modules/di/lib/injector.js:9
throw error('No p…
-
Received following error when trying to tests in parallel
Running "cucumberjs:src" (cucumberjs) task
> > cucumber parallel binary not found at path node_modules\parallel-cucumber\bin\parallel-cucumb…
-
> If you're using Protractor in combination with CucumberJS there currently is no way to save the CucumberJS JSON output to a file.
The ticket to which that text links is closed as 'done'.
Certainly…
-
Hi there,
Firstly, thank you so much for the boilerplate! It's pretty awesome!
Now, a rather n00b question: on the project, when I run `cucumber.js e2e/features --compiler ts:ts-node/register` the e…
-
This is actually quit annoying, when I run the tests and scenarios , in command line/terminal the scenarios and steps are shown passed but actually the tests have failed. I am aware that protractor an…
-
I have feature file like:
@account
Feature: Account management
Scenario: Add account
Given I am on the Accounts page1
When I add new account1
Then I should see account details1
Scenari…
-
Somehow, the latest bump to 0.8.9 removed 0.8.8 from npm.
`npm info grunt-cucumberjs` is returning the below (note how 0.8.8 is missing). Was it unpublished perhaps??? (i'm running `npm 3.4.1`)
```…
-
Hello there!
First of all: thank you a lot for creating this awesome starter package, it sure helped me to understand how BDD can't run with Jasmine alone - especially if you are going to test in type…
-
the cucumber test framework has quite a bit of code that handles interfacing with the osrm bins. it would be nice to extract this to a ruby gem, so it's easy to reuse in other ruby code. the whole cuc…
-
The reporter throws error if it doesn't find any json file in `options.jsonFile` , but it takes already created json file. Is this the way it is implemented or am I doing somethin wrong here??