Skip to content

Releases: boxblinkracer/cypress-testrail

v2.10.0

04 Feb 10:11
Compare
Choose a tag to compare

Added

  • Added description to README how to use an Api Key instead of the user password.
  • Added documentation on how to use Cucumber and Gherkin documents with the integration.
  • Added support for process.env variables. All configuration settings will now also consider entries in process.env.
  • Added new option to ignore pending tests. If ignored, these tests will not be sent to TestRail. Please see README for more.
  • Added new created_run.json file that is created in "Create Run Mode". This allows to immediately read and use data of the created run in other steps of your CI pipeline, while Cypress is running.

Fixed

  • Fixed problem with wrong elapsed_time. When skipped tests were detected coming in Cypress v13, it led to a wrong calculation of the elapsed time.

v2.9.0

02 Jan 19:30
Compare
Choose a tag to compare

Changed

  • Use the Cypress test title instead of the plain "Tested by Cypress" in the TestRail comments (thx @vijigit)
  • Updated Axios dependency to version ^1.6.2 (thx @MelaAxel)

Fixed

  • Fixed a broken elapsedTime error with Cypress v13 in combination with undefined values for the duration of
    tests.

v2.8.2

20 Oct 13:42
Compare
Choose a tag to compare

Fixed

  • Fixed broken screenshots upload in Cypress 13.

v2.8.1

07 Sep 07:03
Compare
Choose a tag to compare

Fixed:

  • Fixed broken elapsedTime calculation with Cypress v13.

v2.8.0

26 Jul 18:09
Compare
Choose a tag to compare

Added

  • Skipped tests in Cypress will now be sent as "blocked" to TestRail (only in createTestRun mode).
  • Add option to provide a list of TestRail RunIDs with runIDs. This will send all test results to all provided run IDs.

Fixed

  • Fixed crash with missing browser when running in UI mode with experimentalInteractiveRunEvents turned on.

v2.7.1

20 May 20:04
Compare
Choose a tag to compare

Added

  • Added better test case extraction by removing comma character, if accidentally existing (thx @asalgado87)
  • Add new output, if the integration is not correctly configured.

v2.7.0

01 May 20:57
Compare
Choose a tag to compare

Added

  • Added new configuration runIncludeAll that automatically adds all test cases to test runs when creating dynamic runs. (thx @williamatpaper)
  • Added new configuration screenshotsAll that sends all screenshots of all attempts of a failed test to TestRail. (thx @williamatpaper)
  • The integration now also works if you have accidentally provided "http://" and "https://" within your TestRail domain.

v2.6.0

15 Feb 10:22
Compare
Choose a tag to compare

Changed

  • Results are now sent as "batch" request to TestRail at the end of the file. This safes API requests by only sending 1 request for a spec file (excluding screenshot requests).
  • Changed the output color of debug texts to gray.

v2.5.0

03 Jan 17:02
Compare
Choose a tag to compare

Added

  • Added new CLI Setup Wizard to build your configuration in an interactive way. (see README)
  • The integration will now automatically send the screenshots to TestRail for every failed test. This is all automatically done as soon as the new variable is enabled (see README).
  • Added option to provide optional "suiteId" when creating new runs. If you have a project with suites, this parameter is required.

Changed

  • new README with better instructions and overview

v2.4.0

07 Dec 16:53
Compare
Choose a tag to compare

Changed

  • Tests with status "pending" had been sent as "failed" to TestRail. These test results will now be skipped and not sent to TestRail.

Fixed

  • Improved error response handling from TestRail API. Some errors led to an "undefined reading 'status'" exception. There should still be no error, but now we should know better what happens.