-
**Is your feature request related to a problem? Please describe.**
When making a reporter and using `import WDIOReporter from '@wdio/reporter' 3 methods are provided to report data about the step:
-…
-
Seeing this error while running a test and the file which throws this error is the `htmlReporter.js`
Please let me know if any other info is required to share here.
-
I am building a ta-framework using
`-- wdio-mocha-framework@0.6.2
`-- wdio-allure-reporter@0.6.3
`-- webdriverio@4.13.1
My framework has around 20 spec files, most of which make use of mocha'…
-
Describe your question with as much detail as possible
Currently when we enable "specfileretry", in report two data will be shown. One for failed and other for passed. Is it possible to override the …
-
I thought this might be able to work with WebdriverIO, but I think I'm missing config somewhere.
in my config:
```
const qtest = require('mocha-qtest-mapping-reporter')
exports.config = {
…
-
### Have you read the Contributing Guidelines on issues?
- [X] I have read the [Contributing Guidelines on issues](https://github.com/webdriverio/webdriverio/blob/main/CONTRIBUTING.md#reporting-new-i…
-
Hi I have been following along with the example from https://tauri.app/v1/guides/testing/webdriver/example/webdriverio and I am able to run the application locally, but when it comes to running the We…
jLynx updated
5 months ago
-
This one is weird. Docker image node:16 or node:18.
Running `yarn install` I get the following on this:
```
[1/5] ⠄ appium-chromedriver
[2/5] ⠄ sharp
[3/5] ⠄ appium
[4/5] ⠄ bundletool
error…
-
**Describe the bug**
I am working with wdio and Appium as a service, and I used an Allure report with video to generate a report for my stakeholders. Everything was fine until they requested me to in…
-
Currently version of the reporter that works with wdio5 & 6 is on the branch `wdio5`.
Unfortunately I am unable to install that version in enterprise environment because `npm` installs from github ar…