Releases: boxblinkracer/cypress-testrail
Releases · boxblinkracer/cypress-testrail
v2.10.0
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
v2.8.2
Fixed
- Fixed broken screenshots upload in Cypress 13.
v2.8.1
Fixed:
- Fixed broken elapsedTime calculation with Cypress v13.
v2.8.0
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
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
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
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
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
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.