Presentation title "Shift Left: Crafting a Rock-Solid Accessibility Workflow for Beginners"
Embark on a journey to create a robust accessibility workflow that catches issues early in the development process. This beginner-friendly session will demonstrate how to integrate multiple Deque tools, including axe DevTools Linter, Browser Extension, Developer Hub, and GitHub Actions.
Learn how to build a seamless pipeline that empowers your team to identify and resolve accessibility problems efficiently, ultimately leading to more inclusive digital experiences.
- Axe Accessibility Linter for VS Code
- Axe DevTools for Web Browser Extension for Google Chrome
- Axe Developer Hub
- Axe Developer Hub GitHub Action
- Axe DevTools Linter GitHub Action
- Axe Assistant
Do you want to try these tools at your company? Get all the web testing tools with the ultimate testing toolkit: axe DevTools for Web
Minimizing code defects to improve software quality and lower development costs
- Introduction to Web Accessibility from W3C
- The Beginner's Guide to Web Accessibility from Deque Systems
- How to transform your approach to digital accessibility from a reactive break-fix cycle to a proactive shift left approach
- Agile Accessibility Handbook by Dylan Barrell
- Definition of linter (article written in the context of writing python code but concepts are applicable to web development)
- What is E2E? A guide to end-to-end testing
- A beginner’s guide to CI/CD and automation on GitHub