UNPKG

cypress-zephyr

Version:
7 lines (6 loc) 349 B
"use strict"; 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);