You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

playwright-test-coverage-native

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

playwright-test-coverage-native - npm Package Compare versions

Comparing version

to
0.1.2

4

index.d.ts

@@ -1,2 +0,2 @@

import type { PlaywrightTestConfig as BasePlaywrightTestConfig } from "@playwright/test";
import type { PlaywrightTestConfig as BasePlaywrightTestConfig, test as originalTest } from "@playwright/test";

@@ -17,2 +17,4 @@ export type PlaywrightTestConfig<T = {}, W = {}> = Omit<BasePlaywrightTestConfig<T, W>, "use"> & {

export const test: typeof originalTest;
export { expect, devices } from "@playwright/test";
{
"name": "playwright-test-coverage-native",
"version": "0.1.1",
"version": "0.1.2",
"description": "Extends Playwright for measuring code-coverage (built-in v8 coverage, no Istanbul)",

@@ -5,0 +5,0 @@ "keywords": [