UNPKG

@sap_oss/wdio-qmate-service

Version:

[![REUSE status](https://api.reuse.software/badge/github.com/SAP/wdio-qmate-service)](https://api.reuse.software/info/github.com/SAP/wdio-qmate-service)[![Node.js CI](https://github.com/SAP/wdio-qmate-service/actions/workflows/node.js.yml/badge.svg)](http

19 lines (13 loc) 548 B
> Related Topics: [Features ❯ Config](../features/config.md) ## Enable Qmate Service To use our service you have to enable `@sap_oss/wdio-qmate-service` in your *config.js*. ```js title="config.js" const QmateService = require("@sap_oss/wdio-qmate-service"); exports.config = { // ... services: [[QmateService]], // ... }; ``` !!! info "WebdriverIO Parameters" For more information about **how to setup your config**, please see the official [documentation](https://webdriver.io/docs/configurationfile/) from WebdriverIO.