Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/applitools/webdriverio-6-testkit
Working example for Applitools SDK with webdriver.io 6
https://github.com/applitools/webdriverio-6-testkit
Last synced: about 1 month ago
JSON representation
Working example for Applitools SDK with webdriver.io 6
- Host: GitHub
- URL: https://github.com/applitools/webdriverio-6-testkit
- Owner: applitools
- Created: 2020-05-06T04:51:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T04:40:40.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T04:52:41.230Z (8 months ago)
- Language: JavaScript
- Size: 1.34 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Applitools SDK for webdriver.io 6
This is a working example to run webdriver.io version 6 with Applitools SDK `@applitools/eyes-webdriverio`.
## Usage
```sh
npm test
```## Configuration
It's possible to specify the Eyes configuration in `wdio.conf.js` under the `eyes` field. This is just like we do it in the service. The values are ultimately passed in the test to the call `eyes.setConfiguration(browser.config.eyes)`. This is **not** specific to webdriver.io 6, it's also possible to do this in versions 5 and 4.
## Logging
To show verbose Eyes logs, set `enableEyesLogs` to true in the configuration, or run with the environment variable `APPLITOOLS_SHOW_LOGS`.