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
* chore: update dependencies
* feat: **BREAKING** drop node 18, support node 22
* refactor: remove specific version fro playwright, puppeteer, and cypress examples
Copy file name to clipboardExpand all lines: README.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,7 @@ Extracted requirements from these specifications can be found in [docs/requireme
46
46
Internal modules responsible for constructing the Virtual Screen Reader accessibility tree are being tested against [Web Platform Tests](https://github.com/web-platform-tests/wpt) for the following specs:
@@ -56,7 +57,7 @@ The current status of the WPT coverage is:
56
57
57
58
| Passing | Failing | Skipped |
58
59
| :-----: | :-----: | :-----: |
59
-
| 404 |119| 338 |
60
+
| 404 |114| 338 |
60
61
61
62
The included tests, skipped tests, and expected failures can be found in the [WPT configuration file](./test/wpt-jsdom/to-run.yaml) with reasons as to skips and expected failures.
Copy file name to clipboardExpand all lines: examples/playwright/tests/virtual-screen-reader.spec.ts-snapshots/should-match-expected-screen-reader-output-for-https-guidepup-dev-1-chromium-darwin.txt
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,12 @@
1
1
[
2
2
"document",
3
3
"region, Skip to main content",
4
+
"link, Skip to main content",
5
+
"end of region, Skip to main content",
4
6
"navigation, Main",
5
7
"link, Guidepup",
8
+
"Guidepup",
9
+
"end of link, Guidepup",
6
10
"link, Docs",
7
11
"link, API",
8
12
"link, GitHub",
@@ -17,6 +21,11 @@
17
21
"end of region",
18
22
"region",
19
23
"heading, Reliable automation for your screen reader a11y workflows through JavaScript, level 2",
24
+
"Reliable",
25
+
"automation for your",
26
+
"screen reader a11y workflows",
27
+
"through JavaScript",
28
+
"end of heading, Reliable automation for your screen reader a11y workflows through JavaScript, level 2",
20
29
"paragraph",
21
30
"With Guidepup you can automate your screen reader test workflows the same you as would for mouse or keyboard based scenarios, no sweat!",
Copy file name to clipboardExpand all lines: examples/playwright/tests/virtual-screen-reader.spec.ts-snapshots/should-match-expected-screen-reader-output-for-https-guidepup-dev-1-firefox-darwin.txt
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,12 @@
1
1
[
2
2
"document",
3
3
"region, Skip to main content",
4
+
"link, Skip to main content",
5
+
"end of region, Skip to main content",
4
6
"navigation, Main",
5
7
"link, Guidepup",
8
+
"Guidepup",
9
+
"end of link, Guidepup",
6
10
"link, Docs",
7
11
"link, API",
8
12
"link, GitHub",
@@ -17,6 +21,11 @@
17
21
"end of region",
18
22
"region",
19
23
"heading, Reliable automation for your screen reader a11y workflows through JavaScript, level 2",
24
+
"Reliable",
25
+
"automation for your",
26
+
"screen reader a11y workflows",
27
+
"through JavaScript",
28
+
"end of heading, Reliable automation for your screen reader a11y workflows through JavaScript, level 2",
20
29
"paragraph",
21
30
"With Guidepup you can automate your screen reader test workflows the same you as would for mouse or keyboard based scenarios, no sweat!",
Copy file name to clipboardExpand all lines: examples/playwright/tests/virtual-screen-reader.spec.ts-snapshots/should-match-expected-screen-reader-output-for-https-guidepup-dev-1-webkit-darwin.txt
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,12 @@
1
1
[
2
2
"document",
3
3
"region, Skip to main content",
4
+
"link, Skip to main content",
5
+
"end of region, Skip to main content",
4
6
"navigation, Main",
5
7
"link, Guidepup",
8
+
"Guidepup",
9
+
"end of link, Guidepup",
6
10
"link, Docs",
7
11
"link, API",
8
12
"link, GitHub",
@@ -17,6 +21,11 @@
17
21
"end of region",
18
22
"region",
19
23
"heading, Reliable automation for your screen reader a11y workflows through JavaScript, level 2",
24
+
"Reliable",
25
+
"automation for your",
26
+
"screen reader a11y workflows",
27
+
"through JavaScript",
28
+
"end of heading, Reliable automation for your screen reader a11y workflows through JavaScript, level 2",
20
29
"paragraph",
21
30
"With Guidepup you can automate your screen reader test workflows the same you as would for mouse or keyboard based scenarios, no sweat!",
0 commit comments