Deep Dive: Accessible Javascript
taught by: Steven Lambert
Description
In this deep dive you'll gain hands on experience implementing accessibility into the most popular JavaScript frameworks, unit testing libraries, and end-to-end (e2e) testing libraries. We'll be learning about the JavaScript frameworks React, Vue, Svelte, and Next, unit testing libraries such as Mocha, Karma, Jest, and Enzyme/Testing Library, and e2e testing libraries Webdriver, Playwright, Puppeteer, and Cypress. For each framework, we'll cover how to avoid common accessibility problems and how to prepare your code to be tested for accessibility. We'll then take the most common unit and e2e testing setup for the framework and implement accessibility testing.