jest-allure2-adapter
Advanced tools
Comparing version 0.1.5 to 0.1.6
@@ -63,7 +63,8 @@ "use strict"; | ||
} | ||
// todo remove tags | ||
// todo remove - change name someway | ||
// todo decorators | ||
startTest(name) { | ||
const newName = name === null || name === void 0 ? void 0 : name.replace('#tag', ''); | ||
this.runningTest = this.currentGroup.startTest(newName); | ||
this.tag('#tag'); | ||
// const newName = name?.replace('#tag', ''); | ||
this.runningTest = this.currentGroup.startTest(name); | ||
// this.tag('#tag'); | ||
// Capture Jest worker thread for timeline report | ||
@@ -70,0 +71,0 @@ if (process.env.JEST_WORKER_ID) { |
{ | ||
"name": "jest-allure2-adapter", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "Allure 2 Adapter for jest", | ||
@@ -5,0 +5,0 @@ "main": "dist/index", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
860