-
-
I am currently unable to run cucumber tests by specifying tags, not sure if this is me actually using it wrong or it is a bug, below is the feature file
@mainfeature,@candrews
Feature: This is the P…
-
Hi,
I am using:
**wdio-cucumberjs-json-reporter (2.0.2),**
**webdriverio 6.3.4**
and generating a html report with:
**multiple-cucumber-html-reporter 1.18.0** using the json created.
Prob…
szory updated
2 years ago
-
**Current situation:**
Currently protractor-flake for jasmine can use 2 parsers, the [standard.js](https://github.com/NickTomlin/protractor-flake/blob/master/src/parsers/standard.js) and the [multi.j…
-
Will be great to have promise capability, like how Protractor extends Jasmine
-
**Issue by [asanchezgiraldo](https://github.com/asanchezgiraldo)**
_Friday Mar 24, 2017 at 00:53 GMT_
_Originally opened as https://github.com/xolvio/chimp/issues/598_
----
##### Expected behaviou…
-
It is working with Cucumber 0.4.4: **npm install cucumber,** but it throws an exception with
```
"format": "pioneerformat.js"
```
If I change this one to
```
"format": "pretty"
```
than it works…
patoi updated
9 years ago
-
When running my tests, they fairly regularly fail with the following message: `TypeError: 'undefined' is not a function (evaluating 'window.__karma__.loaded()')`. Rerunning the tests solves the proble…
travi updated
8 years ago
-
Things have seemed a bit off for a while, but I finally took the time to dig in and realized that `jit-grunt` was no longer being used, even though my working config had not changed in several of my p…
travi updated
8 years ago
-
As a brunch-with-vuety user I want to be able to start a project using this skeleton and have a basic end-to-end testing configuration done for me, so I can focus on writing tests instead of configuri…