angular / protractor-accessibility-plugin

Runs a set of accessibility audits
MIT License
266 stars 37 forks source link

exclude does not work for axe #33

Open IConstructor opened 6 years ago

IConstructor commented 6 years ago

Hello guys. I am using protractor-accessibility-plugin and I want to exclude from testing the application's header (I know class, id etc), however, my "exclude" in configuration does not work. At the same time, runOnly restriction works from my config. What am I doing wrong? plugins: [{ axe: { exclude: [ ['#divTopbar'] ], ...