wdio-allure-reporter | WebdriverIO v4 plugin | Dashboard library
kandi X-RAY | wdio-allure-reporter Summary
kandi X-RAY | wdio-allure-reporter Summary
WDIO Allure Reporter
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Get the status of the test failure .
wdio-allure-reporter Key Features
wdio-allure-reporter Examples and Code Snippets
Community Discussions
Trending Discussions on wdio-allure-reporter
QUESTION
We're running wdio tests using wdio (both for local run & browserstack based devices)
When I run browserstack (server run) I am getting following error:
[11:41:04] COMMAND POST "/wd/hub/session" [11:41:04] DATA {"desiredCapabilities":{"javascriptEnabled":true,"locationContextEnabled":true,"handlesAlerts":true,"rotatable":true,"name":"Ping","build":"1.0","browserstack.debug":true,"device":"Samsung Galaxy S8","os_version":"7.0","requestOrigins":{"url":"http://webdriver.io","version":"4.14.2","name":"webdriverio"}}} ERROR: connect ECONNREFUSED 127.0.0.1:4444
My dependency stack We use yarn
...ANSWER
Answered 2019-Mar-04 at 22:33The error you're seeing is because wdio is trying to reach out to a WebDriver server on "127.0.0.1:4444", which is the default local server (i.e. not Browserstack).
This means you likely don't have your user/key set up in your wdio.conf.js
file. WebdriverIO relies on the user/key to determine what default server to use.
Check your config that both user
and key
are set. More info is available here:
http://v4.webdriver.io/guide/services/browserstack.html
QUESTION
I am working on a framework using webdriverIO and mocha. Recently I have installed the Allure reporter to generate HTML reports using jenkins
I am facing a problem with skipped tests though. I have a lot of tests that consist of a header without any code, that still need to be written. In mocha I add "it.skip" to skip these tests. While the tests are skipped, the Allure report only recognizes 1 skipped test per file.
When running the below code, Allure returns 1 passed test, 1 failed test and 1 skipped test
...ANSWER
Answered 2018-Aug-03 at 16:58It is a bug. I've fixed it in https://github.com/webdriverio/wdio-allure-reporter/pull/127
Thanks for reporting this. For the future if you run into such bug, please, file an issue on github.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install wdio-allure-reporter
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page