@guidepup/playwright
Advanced tools
Comparing version 0.6.0 to 0.6.1
@@ -0,1 +1,2 @@ | ||
import { voiceOver } from "@guidepup/guidepup"; | ||
/** | ||
@@ -8,4 +9,4 @@ * These tests extend the default Playwright environment that launches the | ||
declare const voTest: import("@playwright/test").TestType<import("@playwright/test").PlaywrightTestArgs & import("@playwright/test").PlaywrightTestOptions & { | ||
voiceOver: any; | ||
voiceOver: typeof voiceOver; | ||
}, import("@playwright/test").PlaywrightWorkerArgs & import("@playwright/test").PlaywrightWorkerOptions>; | ||
export { voTest }; |
{ | ||
"name": "@guidepup/playwright", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "Screen-reader driver for Playwright.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
105246
72