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
|[Cypress](./cypress)| A basic example combining [Cypress](https://www.cypress.io/) and Virtual Screen Reader. |
10
-
|[Puppeteer](./puppeteer)| A basic example combining [Puppeteer](https://pptr.dev/) and Virtual Screen Reader. |
11
-
|[Playwright](./playwright)| A basic example combining [Playwright](https://playwright.dev) and Virtual Screen Reader. |
12
-
|[Storybook](./storybook)| A basic example combining [Storybook](https://storybook.js.org/) and Virtual Screen Reader. |
13
-
|[Vue](./vue)| A basic example combining Vue, Vitest, Vue Testing Library, and Virtual Screen Reader. |
14
-
|[Web Test Runner](./web-test-runner)| A basic example combining [Web Test Runner](https://modern-web.dev/docs/test-runner/overview/) and Virtual Screen Reader. |
|[CommonJS](./commonjs)| A basic example using the Virtual Screen Reader in a CommonJS application. |
10
+
|[Cypress](./cypress)| A basic example combining [Cypress](https://www.cypress.io/) and Virtual Screen Reader. |
11
+
|[Puppeteer](./puppeteer)| A basic example combining [Puppeteer](https://pptr.dev/) and Virtual Screen Reader. |
12
+
|[Playwright](./playwright)| A basic example combining [Playwright](https://playwright.dev) and Virtual Screen Reader. |
13
+
|[Storybook](./storybook)| A basic example combining [Storybook](https://storybook.js.org/) and Virtual Screen Reader. |
14
+
|[TypeScript Bundler](./typescript-bundler)| A basic example where Virtual Screen Reader is used for an application using a bundler. |
15
+
|[TypeScript Legacy](./typescript-legacy)| A basic example where Virtual Screen Reader is used for a legacy TypeScript CommonJS application. |
16
+
|[TypeScript NodeNext](./typescript-nodenext)| A basic example where Virtual Screen Reader is used for a Node.js application or library. |
17
+
|[Vue](./vue)| A basic example combining Vue, Vitest, Vue Testing Library, and Virtual Screen Reader. |
18
+
|[Web Test Runner](./web-test-runner)| A basic example combining [Web Test Runner](https://modern-web.dev/docs/test-runner/overview/) and Virtual Screen Reader. |
A basic example using the Virtual Screen Reader in a CommonJS application.
4
+
5
+
Run this example with:
6
+
7
+
```bash
8
+
# Install and build core package
9
+
yarn install --frozen-lockfile
10
+
11
+
# Navigate to example, install, and test
12
+
cd examples/commonjs
13
+
yarn install --frozen-lockfile
14
+
yarn test
15
+
```
16
+
17
+
> [!IMPORTANT]
18
+
> This example serves to demonstrate how you can use the Virtual Screen Reader. The components themselves may not be using best accessibility practices.
19
+
>
20
+
> Always evaluate your own components for accessibility and test with real users.
0 commit comments