ortoni-report 1.1.5 → 1.1.6
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.
- package/changelog.md +10 -0
- package/dist/css/main.css +22445 -22445
- package/dist/ortoni-report.d.ts +26 -12
- package/dist/ortoni-report.js +242 -216
- package/dist/ortoni-report.mjs +211 -185
- package/dist/report-template.hbs +279 -225
- package/dist/utils/modal.js +10 -3
- package/package.json +3 -2
- package/readme.md +61 -117
package/changelog.md
CHANGED
|
@@ -1,4 +1,14 @@
|
|
|
1
1
|
# Change Log:
|
|
2
|
+
|
|
3
|
+
## Version 1.1.6
|
|
4
|
+
- Implemented debounce function to reduce search event handling frequency.
|
|
5
|
+
- Modified steps details to open only if a test has errors, enhancing UI clarity.
|
|
6
|
+
- Optimized data load by removing unnecessary inner steps, improving performance.
|
|
7
|
+
- Enhanced debug experience by adding file locations for each test step.
|
|
8
|
+
- Implemented tags feature on test panels to categorize and filter tests efficiently.
|
|
9
|
+
- Added support for attaching videos to test reports, enriching test documentation.
|
|
10
|
+
- Introduced user option to choose between base64 images and file path for screenshots.
|
|
11
|
+
|
|
2
12
|
## Version 1.1.5
|
|
3
13
|
- Added config properly to readme
|
|
4
14
|
|