New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@empiricalrun/playwright-utils

Package Overview
Dependencies
Maintainers
0
Versions
217
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@empiricalrun/playwright-utils - npm Package Compare versions

Comparing version

to
0.4.0

6

CHANGELOG.md
# @empiricalrun/playwright-utils
## 0.4.0
### Minor Changes
- 750e527: feat: always retain trace
## 0.3.0

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

4

dist/config.js

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

forbidOnly: false,
retries: process.env.CI ? 2 : 0,
retries: "true" ? 2 : 0,
workers: undefined,

@@ -17,3 +17,3 @@ reporter: [

use: {
trace: "retain-on-failure",
trace: "on",
video: {

@@ -20,0 +20,0 @@ mode: "on",

{
"name": "@empiricalrun/playwright-utils",
"version": "0.3.0",
"version": "0.4.0",
"publishConfig": {

@@ -5,0 +5,0 @@ "registry": "https://registry.npmjs.org/",