@empiricalrun/playwright-utils
Advanced tools
Comparing version
# @empiricalrun/playwright-utils | ||
## 0.4.0 | ||
### Minor Changes | ||
- 750e527: feat: always retain trace | ||
## 0.3.0 | ||
@@ -4,0 +10,0 @@ |
@@ -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/", |
5999
0.74%