cypress-zephyr
Version:
Cypress reporter for Zephyr
7 lines (6 loc) • 349 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const archive_1 = require("./archive");
const testResults = JSON.parse(process.env['ZEPHYR_TEST_RESULTS']);
const zephyrReportName = `zephyr-report-${new Date().getTime()}.json`;
(0, archive_1.createJsonReport)(zephyrReportName, archive_1.cypressReportPath, testResults);