Skip to content

Releases: boxblinkracer/cypress-testrail

v2.3.1

08 Nov 10:45
Compare
Choose a tag to compare

Fixed:

  • Fixed problem with "ColoredConsole.debugg" is not a function in Create-TestRun mode. it should be debug, and not debugg

v2.3.0

04 Nov 22:05
Compare
Choose a tag to compare

Added:

  • Multiple TestRail Tests can now be mapped to a single Cypress Test! The integration will automatically send results for all found TestRail tests. Here's how to do it:
it('C123 C54 C36: My Test for multiple TestRail case IDs', () => {
})

Improvements:

  • Added a new ColoredConsole output. All errors and successful messages will now be written in a wonderful bright color.
  • Improve the output of failed API calls to TestRail. The error message is now extracted and displayed in a more convenient way.

v2.2.1

03 Oct 08:52
Compare
Choose a tag to compare

Fixed:

  • Fixed cast problem with string replace function when using CLI ENV variables with INT values.

v2.2.0

01 Oct 15:00
Compare
Choose a tag to compare

Changed

  • RunIDs can now also be provided with a leading "R" and spaces. The integration will automatically remove it.
  • ProjectIDs can now also be provided with a leading "P" and spaces. The integration will automatically remove it.
  • MilestoneIDs can now also be provided with a leading "M" and spaces. The integration will automatically remove it.

Fixed:

  • Fixed problem with missing axio package when doing an installation from scratch

v2.1.1

09 Aug 19:48
Compare
Choose a tag to compare

Changed

  • Elapsed times with "0s" will not be sent anymore. TestRail doesn't like this.
  • Changed runName placeholder from %datetime% to datetime to support better usages with bash for CI pipelines

v2.1.0

09 Aug 08:23
Compare
Choose a tag to compare

Added

  • Add mode to create TestRuns inside TestRail with custom names, placeholders and more
  • Added option to provide config data as Cypress ENV variables

v2.0.0

06 Aug 04:41
Compare
Choose a tag to compare

Breaking Changes

We had to change the way how the integration is registered.
The new way allows to read additional Cypress events and gather information about browsers, versions and more.
Please see the UPGRADE.md file for more about this topic.

Added

  • Add collected data to TestRail result such as Cypress version, browser, baseURL, system and Spec file.
  • Add option to set a custom comment that is passed on to the result in TestRail. You can use this to describe your AUT version, commit hash or more.

Changed

  • Changed the way how the integration is registered.
  • TestRail results are now sent at the end of a spec file, and not directly after a single test anymore.

v1.1.0

26 Jun 17:43
Compare
Choose a tag to compare

Added

  • Add Cypress error message to result comment
  • Add elapsed time to result

Changed

  • Result comment is now trimmed to keep it neat ;)
  • Improved extraction of Case IDs in Cypress titles by adding a trim to the title.

v1.0.0

24 Jun 07:20
Compare
Choose a tag to compare

This is the initial release :) Have fun with this new integration