Automated testing with aXe -- A11ycasts #15

preview_player
Показать описание

Manually reviewing a site for accessibility issues can be a time consuming process. Automated tools help streamline the work and make it easier to catch subtle mistakes. Today on A11ycasts we'll show one of those tools, a library called aXe, and how you can use it as a drop in script, a Selenium runner, or from your command line.

ChromeDriver for Selenium:

Рекомендации по теме
Комментарии
Автор

Hay Rob. Thanks for making these videos. Most of the webpages we work with needs credentials to login to it. How can we do it with axe-selenium combo?

sudheendrasubramanya
Автор

9:38 you don't have to restart your terminal to ensure changes to your .bash_profile take affect. Just use the command "source ~/.bash_profile"

error.
Автор

For the axe-cli, is there a way to only output violations? and is there a way to have the results outputted nicely into a file rather than in the command line output?

doreenfarfan
Автор

Damn, I just released Koa11y a few days ago, it's built on top of Pa11y. Now I'm thinking it may make more sense to add in aXe support. Maybe a future version.

thejaredwilcurt
Автор

The aXe Chrome extension is my go-to choice for automated testing. I used WAVE once and it had way too many false positives and was very noisy visually.

xircle
Автор

thank you for the really good introduction

Ranger
Автор

Does it also output keyboard accessibility issues?

ashishgujar
Автор

Hi Rob, I installed Axe as Chrome-Extensions, but it looks like axe is no longer free to use. Is that right?

markuslemcke
Автор

Hey Rob, Very nice series of lectures.
Is there exclusively any plugin or tool just like 'axe' to test the complaince category wise i.e whether it is 'a', 'aa' or 'aaa' complaince ?

devduttanatu
Автор

Do you know how to install this with java ? Instead of js..

sainaasaimaa
Автор

How can I get Element source and location in results while performing automated execution?

adityabarbadikar
Автор

when I run the axe-webdriverjs tests the exact same way it returns null to the console. it also throws an error when using
results.violations. Pls how can I sort this out?

ihowaonaro
Автор

Anything like this for Android and IOS?

armatearjun
Автор

Google Chrome Developers is using apple mac

Yashwanth.v