ortoni-report 1.1.5 → 1.1.7

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 CHANGED
@@ -1,4 +1,28 @@
1
1
  # Change Log:
2
+
3
+ ## Version 1.1.7
4
+
5
+ ### Fixed
6
+ - Layout issue where the test column extends off-screen
7
+ - Screenshot layout of tests executed on mobile viewport
8
+
9
+ ### New
10
+ - Add custom project/organization logo
11
+ - Exception handling in `ortoni-report.ts`
12
+ - Added docs to the `OrtoniReportConfig`
13
+
14
+ ### Improved
15
+ - Margin on Test List for better spacing
16
+
17
+ ## Version 1.1.6
18
+ - Implemented debounce function to reduce search event handling frequency.
19
+ - Modified steps details to open only if a test has errors, enhancing UI clarity.
20
+ - Optimized data load by removing unnecessary inner steps, improving performance.
21
+ - Enhanced debug experience by adding file locations for each test step.
22
+ - Implemented tags feature on test panels to categorize and filter tests efficiently.
23
+ - Added support for attaching videos to test reports, enriching test documentation.
24
+ - Introduced user option to choose between base64 images and file path for screenshots.
25
+
2
26
  ## Version 1.1.5
3
27
  - Added config properly to readme
4
28