-
_From @draganrakas on March 12, 2019 15:45_
**Stack: TypeScript, WDIO, Cucumber**
We are having an issue with the click() functionality not working on buttons in SauceLabs only, and on FireFox onl…
-
**Issue by [DominikGuzei](https://github.com/DominikGuzei)**
_Sunday Sep 27, 2015 at 12:17 GMT_
_Originally opened as https://github.com/xolvio/chimp/issues/78_
----
Hey there!
Just wanted to point…
-
**Describe your question with as much detail as possible**
Hello, being not a specialist in this subject I just wanted to understand the reason for https://github.com/webdriverio-community/wdio-cucum…
-
**Issue by [WickyNilliams](https://github.com/WickyNilliams)**
_Thursday Aug 17, 2017 at 14:26 GMT_
_Originally opened as https://github.com/xolvio/chimp/issues/640_
----
##### Expected behaviou…
-
Hi guys,
I am having problems getting this to run on OSX 10.10.5 with javac (`javac 1.8.0_65`) installed.
I simply did a `git clone` and `./run.sh`, BUT **I am getting an error.**
Trying to fix it I…
-
**Issue by [dubbya](https://github.com/dubbya)**
_Sunday Apr 02, 2017 at 22:47 GMT_
_Originally opened as https://github.com/xolvio/chimp/issues/602_
----
##### Expected behaviour
##### Ac…
-
It seems that you are unable to filter scenarios using the tags unless all steps have definitions.
As a background, I'm trying to have all feature files inside a single folder and having the capabi…
-
### Is your feature request related to a problem?
Since we enabled the Cucumber API to run the tests in #11069 ( and #11067, #11065 , #11010) we are disabling the native parallel implementation for C…
-
_From @rochdev on January 17, 2017 11:47_
Given a feature:
```gherkin
Feature: My Feature
Scenario: My Scenario
Given some context
When I do something
Then I achie…
-
Context:
- webdriverio 4.12.0
- wdio-cucumber-framework 1.1.1 (can't use v2.x because of #112)
Is the `browser` object fully initialized when running a `beforeFeature` hook function? I have this …