@sap_oss/wdio-qmate-service
Version:
[](https://api.reuse.software/info/github.com/SAP/wdio-qmate-service)[](http
19 lines • 837 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = default_1;
const dataExchangeCommands_1 = __importDefault(require("./utils/dataExchangeCommands"));
/**
* Gets executed after all tests are done. You still have access to all global variables from
* the test.
* @param {Number} result 0 - test pass, 1 - test fail
* @param {Array.<Object>} capabilities list of capabilities details
* @param {Array.<String>} specs List of spec file paths that ran
*/
async function default_1(result, capabilities, specs) {
// write export data in tmp files
await dataExchangeCommands_1.default.writeExportDataInTmpFile();
}
//# sourceMappingURL=after.js.map