You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-11Lines changed: 7 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,10 +20,6 @@ With Guidepup Virtual Screen Reader you can automate your screen reader unit tes
20
20
21
21
## Upcoming Features
22
22
23
-
🚧🚧🚧 **WIP** 🚧🚧🚧
24
-
25
-
This project is currently a work in progress, but here are some of the features you can expect from this package as it matures:
26
-
27
23
-**Mirrors Real User Experience** - assert on what users really do and hear when using screen readers.
28
24
-**Test Framework Agnostic** - run with Jest, with Playwright, as an independent script, no vendor lock-in.
29
25
-**UI Framework Agnostic** - want to use React, Vue, Solid, Svelte, etc.? All good here! Works with any UI framework, and plays nicely with the [Testing Library](https://testing-library.com/) suite.
@@ -46,11 +42,11 @@ function setupBasicPage() {
46
42
document.body.innerHTML=`
47
43
<nav>Nav Text</nav>
48
44
<section>
49
-
<h1>Section Heading 1</h1>
45
+
<h1>Section Heading</h1>
50
46
<p>Section Text</p>
51
47
<article>
52
48
<header>
53
-
<h1>Article Header Heading 1</h1>
49
+
<h1>Article Header Heading</h1>
54
50
<p>Article Header Text</p>
55
51
</header>
56
52
<p>Article Text</p>
@@ -61,7 +57,7 @@ function setupBasicPage() {
61
57
}
62
58
63
59
describe("Screen Reader Tests", () => {
64
-
test("should traverse the page announcing the expected roles and content", () => {
60
+
test("should traverse the page announcing the expected roles and content", async() => {
65
61
// Setup a page using a framework and testing library of your choice
-[`@guidepup/guidepup`](https://github.com/guidepup/guidepup/) - reliable automation for your screen reader a11y workflows through JavaScript supporting VoiceOver and NVDA.
110
-
-[`@guidepup/playwright`](https://github.com/guidepup/guidepup-playwright/) - seemless integration of Guidepup with Playwright.
106
+
-[`@guidepup/playwright`](https://github.com/guidepup/guidepup-playwright/) - seamless integration of Guidepup with Playwright.
0 commit comments