@guidepup/playwright
Advanced tools
Comparing version 0.2.1 to 0.3.0
@@ -23,3 +23,2 @@ "use strict"; | ||
finally { | ||
vo.stopLog(); | ||
await vo.stop(); | ||
@@ -26,0 +25,0 @@ } |
{ | ||
"name": "@guidepup/playwright", | ||
"version": "0.2.1", | ||
"version": "0.3.0", | ||
"description": "Screen-reader driver for Playwright.", | ||
@@ -34,3 +34,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@guidepup/guidepup": "^0.9.3" | ||
"@guidepup/guidepup": "^0.10.1" | ||
}, | ||
@@ -37,0 +37,0 @@ "devDependencies": { |
@@ -14,3 +14,3 @@ <h1 align="center">Guidepup Playwright</h1> | ||
## Getting Started | ||
## Getting Started 🦮 | ||
@@ -49,3 +49,3 @@ Install `@guidepup/playwright` to your project: | ||
await page.keyboard.type("Safari"); | ||
await vo.performAction(); | ||
await Promise.all([page.waitForNavigation(), vo.performAction()]); | ||
expect(page.url()).toBe("https://playwright.dev/docs/browsers#webkit"); | ||
@@ -56,3 +56,3 @@ }); | ||
## Playwright Config | ||
## Playwright Config 🐕🦺 | ||
@@ -77,4 +77,12 @@ In your `playwright.config.ts` add the following for the best results with | ||
## Resources | ||
## Environment Setup 🐾 | ||
Setup your environment for screen-read automation with [`@guidepup/setup`](https://github.com/guidepup/setup): | ||
```bash | ||
npx @guidepup/setup | ||
``` | ||
## See Also 🐶 | ||
Checkout the core [`@guidepup/guidepup`](https://github.com/guidepup/guidepup) | ||
@@ -84,4 +92,4 @@ project to learn more about how you can automate your screen-reader workflows | ||
## License | ||
## License 🐩 | ||
[MIT](https://github.com/guidepup/guidepup/blob/main/LICENSE) |
Sorry, the diff of this file is not supported yet
104921
91
73
+ Added@guidepup/guidepup@0.10.2(transitive)
- Removed@guidepup/guidepup@0.9.3(transitive)
Updated@guidepup/guidepup@^0.10.1