Socket
Socket
Sign inDemoInstall

playwright

Package Overview
Dependencies
Maintainers
4
Versions
4597
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.48.0-beta-1728408670000 to 1.48.0-beta-1728521270000

25

lib/runner/testServer.js

@@ -331,10 +331,19 @@ "use strict";

use: {
...(this._configCLIOverrides.use || {}),
trace: params.trace === 'on' ? {
mode: 'on',
sources: false,
_live: true
} : params.trace === 'off' ? 'off' : undefined,
video: params.video === 'on' ? 'on' : params.video === 'off' ? 'off' : undefined,
headless: params.headed ? false : undefined,
...this._configCLIOverrides.use,
...(params.trace === 'on' ? {
trace: {
mode: 'on',
sources: false,
_live: true
}
} : {}),
...(params.trace === 'off' ? {
trace: 'off'
} : {}),
...(params.video === 'on' || params.video === 'off' ? {
video: params.video
} : {}),
...(params.headed !== undefined ? {
headless: !params.headed
} : {}),
_optionContextReuseMode: params.reuseContext ? 'when-possible' : undefined,

@@ -341,0 +350,0 @@ _optionConnectOptions: params.connectWsEndpoint ? {

{
"name": "playwright",
"version": "1.48.0-beta-1728408670000",
"version": "1.48.0-beta-1728521270000",
"description": "A high-level API to automate web browsers",

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

"dependencies": {
"playwright-core": "1.48.0-beta-1728408670000"
"playwright-core": "1.48.0-beta-1728521270000"
},

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