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 (18 loc) 512 B
/** * @class qunit * @memberof ui5 */ export declare class QUnit { private vlf; private clientsidescripts; /** * @function executeTests * @memberOf ui5.qunit * @description Executes QUnit & OPA5 tests. Qmate acts like a runner. * @param {String} path - Relative path to the QUnit/OPA5 html file. * @example await ui5.qunit.executeTests("path/to/qunit.html"); */ executeTests(path: string): Promise<void>; } declare const _default: QUnit; export default _default;