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

@web/test-runner-playwright

Package Overview
Dependencies
Maintainers
6
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@web/test-runner-playwright - npm Package Compare versions

Comparing version 0.4.14 to 0.4.15

6

CHANGELOG.md
# @web/test-runner-playwright
## 0.4.15
### Patch Changes
- 4e3de03: fix a potential race condition when starting a new test
## 0.4.14

@@ -4,0 +10,0 @@

3

dist/PlaywrightLauncher.js

@@ -72,5 +72,6 @@ "use strict";

if (page) {
const result = await page.stopSession();
this.activePages.delete(session.id);
this.inactivePages.push(page);
return page.stopSession();
return result;
}

@@ -77,0 +78,0 @@ else {

{
"name": "@web/test-runner-playwright",
"version": "0.4.14",
"version": "0.4.15",
"publishConfig": {

@@ -5,0 +5,0 @@ "access": "public"

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