New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

allure-playwright

Package Overview
Dependencies
Maintainers
3
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

allure-playwright - npm Package Compare versions

Comparing version 2.3.0 to 2.4.0

1

dist/index.d.ts

@@ -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) {

5

dist/testplan.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc