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

playwright

Package Overview
Dependencies
Maintainers
4
Versions
4728
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

playwright - npm Package Compare versions

Comparing version 1.50.0-alpha-2024-12-30 to 1.50.0-alpha-2024-12-31

1

lib/common/config.js

@@ -52,2 +52,3 @@ "use strict";

this.testIdMatcher = void 0;
this.lastFailedTestIdMatcher = void 0;
this.defineConfigWasUsed = false;

@@ -54,0 +55,0 @@ this.globalSetups = [];

2

lib/runner/lastRun.js

@@ -40,3 +40,3 @@ "use strict";

const lastRunInfo = JSON.parse(await _fs.default.promises.readFile(this._lastRunFile, 'utf8'));
this._config.testIdMatcher = id => lastRunInfo.failedTests.includes(id);
this._config.lastFailedTestIdMatcher = id => lastRunInfo.failedTests.includes(id);
} catch {}

@@ -43,0 +43,0 @@ }

@@ -199,2 +199,5 @@ "use strict";

// Explicitly apply --last-failed filter after sharding.
if (config.lastFailedTestIdMatcher) (0, _suiteUtils.filterByTestIds)(rootSuite, config.lastFailedTestIdMatcher);
// Now prepend dependency projects without filtration.

@@ -201,0 +204,0 @@ {

{
"name": "playwright",
"version": "1.50.0-alpha-2024-12-30",
"version": "1.50.0-alpha-2024-12-31",
"description": "A high-level API to automate web browsers",

@@ -59,3 +59,3 @@ "repository": {

"dependencies": {
"playwright-core": "1.50.0-alpha-2024-12-30"
"playwright-core": "1.50.0-alpha-2024-12-31"
},

@@ -62,0 +62,0 @@ "optionalDependencies": {

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