Skip to content

Commit

Permalink
fix: an issue then the reporter didn't create defects for failed tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
gibiw committed Dec 2, 2024
1 parent 1953899 commit 7dce7be
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions qase-javascript-commons/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# qase-javascript-commons@2.2.7

## What's new

Fixed an issue then the reporter didn't create defects for failed tests.

# qase-javascript-commons@2.2.6

## What's new
Expand Down
2 changes: 1 addition & 1 deletion qase-javascript-commons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qase-javascript-commons",
"version": "2.2.6",
"version": "2.2.7",
"description": "Qase JS Reporters",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions qase-javascript-commons/src/reporters/testops-reporter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,7 @@ export class TestOpsReporter extends AbstractReporter {
relations: this.getRelation(result.relations),
message: result.message,
fields: result.fields,
defect: this.defect,
};

this.logger.logDebug(`Transformed result: ${JSON.stringify(model)}`);
Expand Down

0 comments on commit 7dce7be

Please sign in to comment.