Socket
Socket
Sign inDemoInstall

@web/test-runner-core

Package Overview
Dependencies
Maintainers
5
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.2.0 to 0.2.1

6

CHANGELOG.md
# @web/test-runner-core
## 0.2.1
### Patch Changes
- ce0798f: report opening debug browser
## 0.2.0

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

2

dist/runner/TestRunner.d.ts

@@ -34,3 +34,3 @@ import { TestRunnerConfig } from './TestRunnerConfig';

stop(): Promise<void>;
startDebugFocusedTestFile(): void;
startDebugFocusedTestFile(): Promise<void> | undefined;
quit(error?: any): Promise<void>;

@@ -37,0 +37,0 @@ private onSessionFinished;

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

// TODO: select browser for session
this.browsers[0].startDebugSession(session);
return this.browsers[0].startDebugSession(session);
}

@@ -112,0 +112,0 @@ }

{
"name": "@web/test-runner-core",
"version": "0.2.0",
"version": "0.2.1",
"publishConfig": {

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

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