Skip to content

Releases: zealous-tech/testrail-reporter

v1.0.15: Added Support for screenshots as an attachment for Vitest

13 Dec 14:15
Compare
Choose a tag to compare

Release Notes:

  • Adjusted Attachment Functionality: Users can now include screenshots in their Vitest test results,
    improving debugging and visual feedback.

v1.0.14: Separation of the Self-Testing Framework and improvements

05 Dec 14:22
16c96cb
Compare
Choose a tag to compare

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

07 Nov 13:25
5d42374
Compare
Choose a tag to compare
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

28 Oct 11:31
1b4f6eb
Compare
Choose a tag to compare

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

11 Oct 13:33
Compare
Choose a tag to compare

Fixed issues with ES modules and corrected coding style

v1.0.10: Fixed vitest attachment issue

04 Jun 11:00
Compare
Choose a tag to compare

Fixed vitest attachment issue.

v1.0.9: Playwright screenshot/video support

31 May 15:48
Compare
Choose a tag to compare

Added support to attach screenshots and videos to test case in TestRun.
Fixed an empty run creation.

v1.0.8: Playwright improvements

24 May 13:57
Compare
Choose a tag to compare

Fixed the hooks behavior.
Fixed corner cases.
Added TestRail project related note in Readme.md.

v1.0.7: Playwright bug fixes

17 May 16:16
1f8d2e4
Compare
Choose a tag to compare

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)

12 Mar 10:42
1e00d2c
Compare
Choose a tag to compare
* Converted the all code from typescript to javascript

* Change workflow image