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

16 lines (15 loc) 470 B
/* eslint-disable no-undef */ sap.ui.define([ "sap/ui/demo/nav/localService/mockserver", "sap/m/MessageBox" ], function (mockserver, MessageBox) { "use strict"; // initialize the mock server mockserver.init().catch(function (oError) { MessageBox.error(oError.message); }).finally(function () { // initialize the embedded component on the HTML page // eslint-disable-next-line no-undef sap.ui.require(["sap/ui/core/ComponentSupport"]); }); });