Releases: zealous-tech/testrail-reporter
Releases · zealous-tech/testrail-reporter
v1.0.15: Added Support for screenshots as an attachment for Vitest
v1.0.14: Separation of the Self-Testing Framework and improvements
Release Notes:
- License Review and Update: Updated for compliance.
- Media File Relocation: Moved media files to GitHub Docs for better management.
- Self-Testing Framework Separation: Now a standalone module for improved flexibility.
- Redesigned Attachment Functionality: Enhanced method for adding attachments to test runs.
v1.0.13: Added tests for playwright and updated some endpoints in the mock server. Also updated the coding style
Merge pull request #12 from zealous-tech/add-tests-for-playwright Added tests for playwright and updated some endpoints in the mock server. Also updated the coding style
v.1.0.12 : Mock TestRail Server with API Endpoints & E2E Tests
Initial implementation of mock TestRail server with API endpoints and e2e smoke tests
v1.0.11: Fixed issues with ES modules and corrected coding style
Fixed issues with ES modules and corrected coding style
v1.0.10: Fixed vitest attachment issue
Fixed vitest attachment issue.
v1.0.9: Playwright screenshot/video support
Added support to attach screenshots and videos to test case in TestRun.
Fixed an empty run creation.
v1.0.8: Playwright improvements
Fixed the hooks behavior.
Fixed corner cases.
Added TestRail project related note in Readme.md.
v1.0.7: Playwright bug fixes
Fixed actual bugs for playwright support.
Added 'self testing' materials.
Updated README to match latest changes.
v1.0.5: Converted the all code from typescript to javascript (#5)
* Converted the all code from typescript to javascript * Change workflow image