@viewgraph/playwright
Advanced tools
+1
-1
@@ -103,3 +103,3 @@ /** | ||
| id: `pw-${Date.now()}`, | ||
| uuid: `pw-${Date.now()}-${Math.random().toString(36).slice(2, 8)}`, | ||
| uuid: crypto.randomUUID(), | ||
| type: 'element', | ||
@@ -106,0 +106,0 @@ selector: sel, |
+1
-1
| { | ||
| "name": "@viewgraph/playwright", | ||
| "version": "0.3.7", | ||
| "version": "0.4.0", | ||
| "description": "ViewGraph capture fixture for Playwright - capture structured DOM snapshots during E2E tests", | ||
@@ -5,0 +5,0 @@ "type": "module", |
40131
-0.1%