-
## The problem
plugin does not send screenshot to reportportal for failed test
## Environment
* WebdriverIO version: 4.11
* wdio-reportportal-version version: 0.7
* Node.js version: v8.11.12
…
-
## The problem
With a Jenkins run with tests recorded as being run on both IE10 and IE11 in the Jenkins report, the Allure plugin-generated report attached to the same Jenkins job only reports the …
-
## The problem
Webdriver cannot run tests. Chrome is opening and stack on ;data in address bar.
## Environment
* WebdriverIO version: 4.13.0
* Node.js version: 5.0.3
* Standalone mode or WD…
kimek updated
6 years ago
-
Hi All,
First thanks for that repository - E2E testing (support/examples) was one of the missing features of the SAPUI5 framework (even though i personally like testcafe more than protractor).
W…
-
/*eslint new-cap:0*/
/*global browser */
/*eslint -env es6 */
module.exports = function() {
this.Given(/^i am on "([^"]*)"$/, function (site, next) {
browser.url(site).then(function () …
-
Someone can help me please?
## CONSOLE LOG
```
A service failed in the 'onPrepare' hook
Error: Unable to connect to selenium
at hasStarted (/usr/local/lib/node_modules/wdio-selenium-stand…
-
I create a new vue project using vue cli 3:`vue create pc-client `, then `vue add electron-builder`, but fail to launch app by `yarn serve:electron`.
Any helps and advice for me? thanks.
**Descr…
-
Do you miss a feature in WebdriverIO? Do you have any feedback how we can make it better? Let us know and help use prioritize features for a new major release!
-
_From @JulsRicketti on June 29, 2018 19:25_
## The problem
Can't run my tests after update for `wdio-mocha-framework` and `wdio-spec-reporter` were updated to `5.0.0-alpha.7`
## Environment
* …
-
## The problem
Many people get confused when running the wdio command globally but actually wanted to run the local NPM package. We should either make it clear to always install a local copy or be …