@guidepup/playwright
Advanced tools
Comparing version 0.8.0 to 0.8.1
import { PlaywrightTestConfig } from "@playwright/test"; | ||
export declare type VoiceOverPlaywrightTestConfig = PlaywrightTestConfig; | ||
export type VoiceOverPlaywrightTestConfig = PlaywrightTestConfig; | ||
/** | ||
@@ -4,0 +4,0 @@ * Minimal required configuration for VoiceOver tests in Playwright. |
{ | ||
"name": "@guidepup/playwright", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"description": "Screen reader driver for Playwright tests.", | ||
@@ -32,11 +32,14 @@ "main": "lib/index.js", | ||
"prepublish": "yarn build", | ||
"pretest": "npx playwright install webkit chromium", | ||
"test": "playwright test -c ./example/playwright.config.ts ./example/tests/" | ||
"pretest": "npx playwright install chromium firefox webkit", | ||
"test": "yarn test:chromium && yarn test:firefox && yarn test:webkit", | ||
"test:chromium": "playwright test --config ./example/chromium.config.ts ./example/tests/chromium/", | ||
"test:firefox": "playwright test --config ./example/firefox.config.ts ./example/tests/firefox/", | ||
"test:webkit": "playwright test --config ./example/webkit.config.ts ./example/tests/webkit/" | ||
}, | ||
"dependencies": { | ||
"@guidepup/guidepup": "^0.15.0" | ||
"@guidepup/guidepup": "^0.15.2" | ||
}, | ||
"devDependencies": { | ||
"@playwright/test": "^1.28.1", | ||
"@types/node": "^16.11.11", | ||
"@playwright/test": "^1.29.2", | ||
"@types/node": "^18.11.18", | ||
"@typescript-eslint/eslint-plugin": "^5.5.0", | ||
@@ -46,3 +49,3 @@ "@typescript-eslint/parser": "^5.5.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"rimraf": "^3.0.2", | ||
"rimraf": "^4.1.2", | ||
"ts-node": "^10.4.0", | ||
@@ -53,4 +56,4 @@ "typedoc": "^0.23.21", | ||
"peerDependencies": { | ||
"@playwright/test": "^1.28.1" | ||
"@playwright/test": "^1.29.2" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
59083
Updated@guidepup/guidepup@^0.15.2