@empiricalrun/reporter
Advanced tools
Comparing version 0.8.2 to 0.8.3
# @empiricalrun/reporter | ||
## 0.8.3 | ||
### Patch Changes | ||
- 62b628b: fix: Fixed allure results path | ||
## 0.8.2 | ||
@@ -4,0 +10,0 @@ |
@@ -7,3 +7,3 @@ "use strict"; | ||
const path_1 = require("path"); | ||
const directoryPath = (0, path_1.join)(process.cwd(), "src/allure-results"); // Directory containing the XML files | ||
const directoryPath = (0, path_1.join)(process.cwd(), "allure-results"); // Directory containing the XML files | ||
function extractTestCaseDetails(xml) { | ||
@@ -10,0 +10,0 @@ const parser = new fast_xml_parser_1.XMLParser({ |
{ | ||
"name": "@empiricalrun/reporter", | ||
"version": "0.8.2", | ||
"version": "0.8.3", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "registry": "https://registry.npmjs.org/", |
53229