Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

allure-playwright

Package Overview
Dependencies
Maintainers
3
Versions
64
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.1.0 to 2.2.0

2

dist/testplan.js

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

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