Find a way to parametrize the tests using a rules list
Closed this issue · 4 comments
How do we programmatically generate tests for each rule
AND enable customization of the rule set to test
AND allow ability to xfail
AND maintain a simplicity of use
Current problem is that parametrize is a decorator, which gets executed before the function call.
Could you explain how a test case would work?
@jrbenny35 So this is something I was working on for a while during the internship. I'm not sure if this is still a priority. At the time, I was executing aXe against the page, storing the violations, and checking to see if an entry with each ruleId existed.
In most cases, I'm not sure we will want an individual test for each accessibility rule. @m8ttyB thoughts?
@kimberlythegeek let's add this to our list of things to discuss during our hackathon this week. I'm not sure if this is needed.
@m8ttyB I'm going to go ahead and close this for now. We'll likely continue without it.