html-reporter
Version:
Html-reporter and GUI for viewing and managing results of a tests run. Currently supports Testplane and Hermione.
11 lines • 431 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.LocalImageFileSaver = void 0;
const server_utils_1 = require("./server-utils");
exports.LocalImageFileSaver = {
saveImg: async (srcCurrPath, { destPath, reportDir }) => {
await (0, server_utils_1.copyFileAsync)(srcCurrPath, destPath, { reportDir });
return destPath;
}
};
//# sourceMappingURL=local-image-file-saver.js.map