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 (16 loc) 541 B
var merge = require("deepmerge"); var path = require("path"); var qmateConf = require("../../helper/configurations/chrome.headless.conf"); // have main config file as default but overwrite environment specific information exports.config = merge(qmateConf.config, { baseUrl: "https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.Table/sample/sap.m.sample.TableEditable", suites: { testLearn: "table.spec.js", }, params: { auth: { formType: "plain" } }, specs: [path.resolve(__dirname, "table.spec.js")] });