Skip to content

swcraftstras/access-driven-dev-kata

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

♿️ Access Driven Development Kata

This kata is designed to practice TDD on an accessible way by following the testing-library guidelines.

The goal is to learn testing and accessibility by building test a simple accessible greeting application with testing-librairy.

The application allows you to add entries in your address book and send a customizable greet message to them.

You can refer to https://www.w3.org/WAI/ARIA/apg/patterns/ for accessibity concept.

Testing library priority guidelines

According to 👉🏼 testing-library recommendation, use as much as possible this priority order while accessing your application :

  1. Queries Accessible to Everyone
  2. Semantic Queries HTML5 and ARIA
  3. (Test IDs) ?

Example of the application (for inspiration):

Example of an application

Some useful tips for testing without mocks

Simulator principles

About

S'initier aux tests frontend web par les selecteurs d'accessibilité

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 76.6%
  • JavaScript 10.7%
  • HTML 9.6%
  • Vue 2.3%
  • CSS 0.8%