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.3.2 to 0.3.3

8

CHANGELOG.md
# @web/test-runner-playwright
## 0.3.3
### Patch Changes
- 56ed519: open browser windows sequentially in selenium
- Updated dependencies [56ed519]
- @web/test-runner-core@0.5.5
## 0.3.2

@@ -4,0 +12,0 @@

5

dist/playwrightLauncher.js

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

let page;
if (true && inactivePages.length === 0) {
if (inactivePages.length === 0) {
page = await browser.newPage();

@@ -57,4 +57,3 @@ }

activePages.set(session.id, page);
// creating a new page is blocking, but going to a URL is not
page.goto(url);
await page.goto(url);
},

@@ -61,0 +60,0 @@ stopSession(session) {

4

package.json
{
"name": "@web/test-runner-playwright",
"version": "0.3.2",
"version": "0.3.3",
"publishConfig": {

@@ -38,3 +38,3 @@ "access": "public"

"dependencies": {
"@web/test-runner-core": "^0.5.3",
"@web/test-runner-core": "^0.5.5",
"playwright": "1.0.2"

@@ -41,0 +41,0 @@ },

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