Releases: ortoniKC/ortoni-report
Releases · ortoniKC/ortoni-report
V 2.0.8
Test with history
v2.0.7
📦 New Features
- Test History Display: Added support for displaying test history up to the last 10 executions, providing better insight into recent test performance.
- Console Error Reporting: Enhanced with console error display and the ability to skip report generation if no tests are found.
- Console Log Configuration: Introduced a new
console
boolean configuration option to toggle the display of test console logs, set totrue
by default.
👌 Improvements
- UI and CSS Enhancements:
- Updated CSS color scheme and implemented minor UI tweaks for a more polished look.
- Added project-specific icons for Chromium, Firefox, and WebKit to make test projects easily identifiable.
🐛 Fixes
- Trace Link Bug (#38): Fixed an issue where the trace link only captured the origin and not the pathname, ensuring accurate trace navigation.
V2.0.6
v2.0.6
🐛 Fixes
- Trace Path in Pipeline: Resolved issue with incorrect trace file path in CI/CD pipeline, ensuring trace paths are properly resolved.
👌 Improvements
-
Search Functionality:
- Removed from Navbar: Search functionality has been removed from the navbar to enhance navigation simplicity.
- Added to Test Panel: Search functionality has been relocated to the test panel for more intuitive test filtering.
-
UI Enhancements:
- Updated the overall UI with gradient color status indicators, making test status visuals more vibrant and user-friendly.
V 2.0.5
v2.0.5
🚀 New Features
- Open report in localhost: Introduced the ability to open the report on localhost with configurable options:
open?: "always" | "never" | "on-failure"
.
- Open Trace viewer within the same browser: Added functionality to view the Playwright trace within the same browser tab, enhancing the user experience.
✨ Improvements
- Perfect Test content UI: Enhanced the UI of the test content for a more polished and user-friendly interface.
- Refactored code with multiple classes and utilities: Codebase has been refactored for better organization, incorporating multiple classes and utilities to improve maintainability and scalability.
V 2.0.4
Version 2.0.4
🚀 New Features
- Tags & Annotations: Added support for tags and annotations, allowing for more detailed reporting and metadata.
- Project charts & summary UI: Enhanced the user interface of project charts and the summary section for better presentation and usability.
✨ Improvements
- Snippets color: Improved the color scheme of code snippets for better readability.
🛠 Fixes
- Console warning: Resolved a console warning issue, improving overall stability.
Documentation
- Removed colors package: Updated documentation to reflect the removal of the
colors
package.
V 2.0.3
Version 2.0.3
🚀 New Features
- Add screenshot attachment as pagination: Now supports adding screenshot attachments for easier navigation and pagination.
- Bulma Inline CSS: Integrated Bulma inline CSS for improved styling.
- Show card if the count has value: Cards will now appear only when a valid count is present.
- Folder Path: Introduced a new feature to store the result in the folder path.
✨ Improvements
- Chart JS as CDN: Enhanced performance by switching Chart.js to be served via CDN.
- Theme icon, navbar & summary icons: Refined the design of theme icons, navbar, and summary icons for a better user experience.
- User meta icons: Updated and improved the appearance of user meta icons.
- Show selected filter on nav-end: Filters now appear on the nav-end when selected.
- Filter logic: Improved filter functionality by only displaying the filtered items, avoiding the use of the includes method.
- Logo link to page: Clicking on the logo now navigates to the corresponding page.
- Minor tweaks: Enhanced overall UI experience