allure-playwright
Advanced tools
Comparing version 2.3.0 to 2.4.0
@@ -32,2 +32,3 @@ import { FullConfig } from "@playwright/test"; | ||
onEnd(): void; | ||
printsToStdio(): boolean; | ||
private getAllureRuntime; | ||
@@ -34,0 +35,0 @@ private ensureAllureGroupCreated; |
@@ -223,2 +223,5 @@ "use strict"; | ||
} | ||
printsToStdio() { | ||
return false; | ||
} | ||
getAllureRuntime() { | ||
@@ -225,0 +228,0 @@ if (!this.allureRuntime) { |
@@ -10,9 +10,8 @@ "use strict"; | ||
} | ||
const selectedTests = testPlan.tests.map((testInfo) => { | ||
return testPlan.tests.map((testInfo) => { | ||
const pattern = testInfo.selector.replace("#", " "); | ||
return new RegExp(`^${(0, allure_js_commons_1.escapeRegExp)(pattern)}$`); | ||
return new RegExp(`\\s${(0, allure_js_commons_1.escapeRegExp)(pattern)}$`); | ||
}); | ||
return selectedTests; | ||
}; | ||
exports.testPlanFilter = testPlanFilter; | ||
//# sourceMappingURL=testplan.js.map |
{ | ||
"name": "allure-playwright", | ||
"version": "2.3.0", | ||
"version": "2.4.0", | ||
"description": "Allure Playwright integration", | ||
@@ -33,3 +33,3 @@ "license": "Apache-2.0", | ||
"devDependencies": { | ||
"@playwright/test": "^1.30.0", | ||
"@playwright/test": "^1.34.1", | ||
"properties": "^1.2.1", | ||
@@ -40,3 +40,3 @@ "rimraf": "^3.0.2", | ||
"dependencies": { | ||
"allure-js-commons": "2.3.0" | ||
"allure-js-commons": "2.4.0" | ||
}, | ||
@@ -43,0 +43,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
45440
494
+ Addedallure-js-commons@2.4.0(transitive)
- Removedallure-js-commons@2.3.0(transitive)
Updatedallure-js-commons@2.4.0