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

18 lines (15 loc) 627 B
var path = require("path"); var merge = require("deepmerge"); var profile = require("../../../helper/configurations/chrome.headless.conf.js"); const { BASE_URL } = require("../../../../src/reuse/constants.ts"); exports.config = merge(profile.config, { maxInstances: 6, bail: 1, specs: [ path.resolve(__dirname, "getProperties.test.js"), path.resolve(__dirname, "getAggregations.test.js"), path.resolve(__dirname, "getAssociations.test.js"), path.resolve(__dirname, "getBindingInfos.test.js") ], baseUrl: `${BASE_URL}/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3` });