allure-playwright
Advanced tools
Comparing version 2.1.0 to 2.2.0
@@ -12,3 +12,3 @@ "use strict"; | ||
const pattern = testInfo.selector.replace("#", " "); | ||
return new RegExp((0, allure_js_commons_1.escapeRegExp)(pattern)); | ||
return new RegExp(`^${(0, allure_js_commons_1.escapeRegExp)(pattern)}$`); | ||
}); | ||
@@ -15,0 +15,0 @@ return selectedTests; |
{ | ||
"name": "allure-playwright", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "Allure Playwright integration", | ||
@@ -37,3 +37,3 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"allure-js-commons": "2.1.0" | ||
"allure-js-commons": "2.2.0" | ||
}, | ||
@@ -40,0 +40,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
42712
+ Addedallure-js-commons@2.2.0(transitive)
- Removedallure-js-commons@2.1.0(transitive)
Updatedallure-js-commons@2.2.0