Socket
Socket
Sign inDemoInstall

@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.15 to 0.4.16

8

CHANGELOG.md
# @web/test-runner-playwright
## 0.4.16
### Patch Changes
- 736d101: improve scheduling logic and error handling
- Updated dependencies [736d101]
- @web/test-runner-core@0.6.18
## 0.4.15

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

1

dist/PlaywrightLauncher.d.ts

@@ -25,2 +25,3 @@ import { Browser, Page, LaunchOptions } from 'playwright';

startSession(session: TestSession, url: string): Promise<void>;
isActive(session: TestSession): boolean;
startDebugSession(session: TestSession, url: string): Promise<void>;

@@ -27,0 +28,0 @@ createNewPage(browser: Browser): Promise<PlaywrightLauncherPage>;

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

}
isActive(session) {
return this.activePages.has(session.id);
}
async startDebugSession(session, url) {

@@ -52,0 +55,0 @@ if (!this.debugBrowser) {

4

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

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

"@web/browser-logs": "^0.0.1",
"@web/test-runner-core": "^0.6.16",
"@web/test-runner-core": "^0.6.18",
"@web/test-runner-coverage-v8": "^0.0.4",

@@ -43,0 +43,0 @@ "playwright": "^1.2.1"

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