-
## Bug report
- Node Version: `v4.4.7`
- Protractor Version: `4.0.9`
- CucumberJs: `1.3.0`
- Browser(s): `Chrome`
- Operating System and Version `Windows 10`
- Steps to reproduce the bug
To repro…
-
I followed your instructions from Readme.md.
However, npm run e2e failed complaining about duplicate definitions of Promise in the "es6-promise" type definitions. After I had removed this entry from …
-
_From @dylanmcgowan on October 4, 2015 21:18_
Hey, I created a new meteor project, installed the cucumber package, then added the sample tests to the project. I also tried running tests in an existin…
-
Hi guys,
now this is weird: I am NOT seing a stacktrace when a test fails with `to.be`, p.e.
```
it('failing test @watch', () => {
expect(true).to.be.false
}
```
all I am getting is a
```
Un…
-
> chimp --ddp=http://localhost:3000 --path=./app/tests/cucumber/features
```
[chimp] Running...
[chimp][helper] setupBrowserAndDDP had error
{ [Error: session not created exception
from unknown error…
-
## Bug report
- Node Version: `v4.4.7`
- Protractor Version: `4.0.9`
- CucumberJs: `1.3.0`
- Browser(s): `Chrome`
- Operating System and Version `Windows 10`
- Steps to reproduce the bug
To repro…
-
-
Hi, I'm looking into using this library in combination with ts-node and protractor.
I configured my protractor so that it uses cucumber and sets the ts-node as the compiler for the step definitions
`…
-
There are some things to cleanup:
- angular2 material is not being used
- ..
-
When I run my specs and there is any unexpected error (element not found, tabid doesn't exist, etc), I get an unfriendly error from the depths of cucumber:
```
[chimp] Detected an unhandledRejection:…