allure-playwright
Advanced tools
Comparing version 2.0.0-beta.22 to 2.0.0-beta.23
@@ -69,2 +69,3 @@ "use strict"; | ||
allureTest.testCaseId = (0, allure_js_commons_1.md5)(fullName); | ||
allureTest.historyId = (0, allure_js_commons_1.md5)(`${fullName}${project.name || ""}`); | ||
this.allureTestCache.set(test, allureTest); | ||
@@ -71,0 +72,0 @@ } |
{ | ||
"name": "allure-playwright", | ||
"version": "2.0.0-beta.22", | ||
"version": "2.0.0-beta.23", | ||
"description": "Allure Playwright integration", | ||
@@ -35,3 +35,3 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"allure-js-commons": "2.0.0-beta.22" | ||
"allure-js-commons": "2.0.0-beta.23" | ||
}, | ||
@@ -38,0 +38,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
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
46428
423
+ Addedallure-js-commons@2.0.0-beta.23(transitive)
- Removedallure-js-commons@2.0.0-beta.22(transitive)