From 517ed43f1c27865737590c94384cd737468a8aee Mon Sep 17 00:00:00 2001 From: jlp-craigmorten Date: Sun, 10 Mar 2024 11:46:04 +0000 Subject: [PATCH] docs: update capabilities list for VSR --- docs/support.md | 8 +++++--- docs/virtual.md | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/docs/support.md b/docs/support.md index 9d50509..2580a72 100644 --- a/docs/support.md +++ b/docs/support.md @@ -35,8 +35,10 @@ To learn NVDA commands please refer to the following popular guides: The Guidepup [Virtual Screen Reader](https://github.com/guidepup/virtual-screen-reader) is a headless screen reader for unit test automation. - **Mirrors Screen Reader Functionality** - simulate and assert on what users can do when using screen readers. -- **Test Framework Agnostic** - run with Jest, with Playwright, as an independent script, no vendor lock-in. +- **Test Framework Agnostic** - run with Jest, Vitest, Web Test Runner, in Storybook, as an independent script, no vendor lock-in. - **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. -- **Fast Feedback** - avoid the cumbersome overhead of running an e2e test with a running screen reader by running virtually over the provided DOM. +- **Fast Feedback** - avoid the cumbersome overhead of running an e2e test with a real screen reader by running virtually over the provided DOM. -> Note: This package should not replace your manual screen reader testing, there is no substitute for testing with real screen readers and with real users. +> **Important** +> +> This package should not replace but augment your screen reader testing, there is no substitute for testing with real screen readers and with real users. diff --git a/docs/virtual.md b/docs/virtual.md index f3b115e..67db8aa 100644 --- a/docs/virtual.md +++ b/docs/virtual.md @@ -13,11 +13,13 @@ Guidepup Virtual Screen Reader is a screen reader simulator for unit tests. This package aims to supplement your testing by enabling you to automate a Virtual Screen Reader for unit test workflows the same you as would for mouse or keyboard based scenarios. - **Mirrors Screen Reader Functionality** - simulate and assert on what users can do when using screen readers. -- **Test Framework Agnostic** - run with Jest, with Playwright, as an independent script, no vendor lock-in. +- **Test Framework Agnostic** - run with Jest, Vitest, Web Test Runner, in Storybook, as an independent script, no vendor lock-in. - **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. -- **Fast Feedback** - avoid the cumbersome overhead of running an e2e test with a running screen reader by running virtually over the provided DOM. +- **Fast Feedback** - avoid the cumbersome overhead of running an e2e test with a real screen reader by running virtually over the provided DOM. -> Note: This package should not replace your manual screen reader testing, there is no substitute for testing with real screen readers and with real users. +> **Important** +> +> This package should not replace but augment your screen reader testing, there is no substitute for testing with real screen readers and with real users. If you are looking to automate real screen readers, check out the [`@guidepup/guidepup`](https://github.com/guidepup/guidepup) package.