-
### Expected behaviour
There are newer versions of `cucumber` and `protractor-cucumber-framework`:
```
"cucumber": "3.0.3",
"protractor-cucumber-framework": "4.0.8",
```
We should use them, but …
-
Also, have a configuration that extends `lib/config` typings to include w/ cucumber types https://github.com/angular/protractor/pull/3919
-
Feature Request: recording videos - protractor-cucumber-framework
---
We are using "protractor-cucumber-framework" for our E2E tests which run on CI env.
For debugging and Q&A purpose, we are lo…
-
I am trying to execute the test in Protractor and generate the results in JSON format and integrationg Cucumber-html-reporter to take this JSON as input and generate the HTML report with Bootstrap opt…
-
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 …
-
fs.js:887
return binding.lstat(pathModule._makeLong(path));
^
Error: ENOENT: no such file or directory, lstat '/Users/sheeralal/projects/protractor-cucumber/features'
at Error …
-
Hi there!
Thanks for submitting an issue! Please provide the following information:
- Windows 10
- 12
- 5.1.2
- 3.0.0
- Flake Config
`
```
'use strict';
const protractorFlake = requi…
-
I am using protractor-sync module with cucumber so that to make the calls synchronously But when I start using the functions of protractor-sync
`browserSync.get("https://www.google.com");`
`
E…
-
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…
-
Hello! I have been utilizing Protractor with Cucumber and specifically am using the new cucumber `--retry` flag. It works great!
However, what I notice is that failures still get reported all the w…