Skip to content

Commit

Permalink
Release 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
boxblinkracer committed Dec 7, 2022
1 parent 2000496 commit b03ecb0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,19 @@

All notable changes to this project will be documented in this file.

## [2.3.1]
## [2.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 problem with "ColoredConsole.debugg" is not a function in Create-TestRun mode. it should be debug, and not debugg
### 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.

## [2.3.1]

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

## [2.3.0]

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cypress-testrail",
"version": "2.3.1",
"version": "2.4.0",
"description": "Easy and decoupled Cypress TestRail reporter",
"main": "index.js",
"private": false,
Expand Down

0 comments on commit b03ecb0

Please sign in to comment.