ortoni-report 4.0.2 → 4.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/changelog.md +10 -0
  2. package/dist/chunk-L6VOLEP2.mjs +752 -0
  3. package/dist/cli.js +27 -21
  4. package/dist/cli.mjs +1 -1
  5. package/dist/helpers/HTMLGenerator.d.ts +89 -0
  6. package/dist/helpers/HTMLGenerator.js +164 -0
  7. package/dist/helpers/databaseManager.d.ts +35 -0
  8. package/dist/helpers/databaseManager.js +267 -0
  9. package/dist/helpers/fileManager.d.ts +8 -0
  10. package/dist/helpers/fileManager.js +60 -0
  11. package/dist/helpers/markdownConverter.d.ts +1 -0
  12. package/dist/helpers/markdownConverter.js +14 -0
  13. package/dist/helpers/resultProcessor.d.ts +10 -0
  14. package/dist/helpers/resultProcessor.js +60 -0
  15. package/dist/helpers/serverManager.d.ts +6 -0
  16. package/dist/helpers/serverManager.js +15 -0
  17. package/dist/helpers/templateLoader.d.ts +15 -0
  18. package/dist/helpers/templateLoader.js +88 -0
  19. package/dist/index.html +2 -2
  20. package/dist/mergeData.d.ts +13 -0
  21. package/dist/mergeData.js +182 -0
  22. package/dist/ortoni-report.js +72 -64
  23. package/dist/ortoni-report.mjs +2 -2
  24. package/dist/types/reporterConfig.d.ts +86 -0
  25. package/dist/types/reporterConfig.js +1 -0
  26. package/dist/types/testResults.d.ts +31 -0
  27. package/dist/types/testResults.js +1 -0
  28. package/dist/utils/attachFiles.d.ts +4 -0
  29. package/dist/utils/attachFiles.js +87 -0
  30. package/dist/utils/expressServer.d.ts +1 -0
  31. package/dist/utils/expressServer.js +61 -0
  32. package/dist/utils/groupProjects.d.ts +3 -0
  33. package/dist/utils/groupProjects.js +30 -0
  34. package/dist/utils/utils.d.ts +15 -0
  35. package/dist/utils/utils.js +93 -0
  36. package/package.json +1 -1
  37. package/readme.md +1 -1
package/changelog.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Change Log:
2
2
 
3
+ ## V4.0.4
4
+
5
+ - **Improvemnts/Fix:**
6
+ - Showing 'Invalid Date' on History of Test & in Analytics Chart X-axis #98
7
+
8
+ ## V4.0.3
9
+
10
+ - **Improvemnts/Fix:**
11
+ - With Retries Attachments are same for all failures #100
12
+
3
13
  ## V4.0.2
4
14
 
5
15
  - **Improvemnts/Fix:**