Config
Related Topics: Features ❯ Config
Enable Qmate Service
To use our service you have to enable @sap_oss/wdio-qmate-service
in your config.js.
config.js
const QmateService = require("@sap_oss/wdio-qmate-service");
exports.config = {
// ...
services: [[QmateService]],
// ...
};
WebdriverIO Parameters
For more information about how to setup your config, please see the official documentation from WebdriverIO.