@sap_oss/wdio-qmate-service
Version:
[](https://api.reuse.software/info/github.com/SAP/wdio-qmate-service)[](http
19 lines (18 loc) • 512 B
TypeScript
/**
* @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;