-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(wdio): add wdio package for a11y testing with browsers #21
Conversation
# Conflicts: # package.json
# Conflicts: # package.json # yarn.lock
based on recommendations from https://tools.ietf.org/id/draft-knodel-terminology-00.html
that has been moved to wdio
@cordeliadillon This PR contains the changes to ruleset names as discussed. |
local files opened in browser need to have file:/// prefix
# Conflicts: # yarn.lock
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Really only looked at the wdio changes btw...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the review @trevor-bliss
so that it can be consistent across different packages in the repo that use wdio
as the handle is already part of the reviewers group
as the wdio dependencies are part of the root dev deps
have to figure out why this hook never runs
since the last specified handle takes precedence and does not inherit from global scope
All the preset-rule renaming work looks good to me! |
Thanks for the review @cordeliadillon 👍 |
@sa11y/wdio
@sa11y/wdio
package that provides aassertAccessible()
API that can be used with WebdriverIO to check accessibility of web pages rendered in browsers.@sa11y
packages provide support for unit testing - with virtual jsdom, this package provides testing accessibility in a real browser such as google chrome@sa11y
packages as much as possibleOther changes in this PR
Couldn't do a successful git rebase, hence this PR shows commits that are already in master - though they are not reflected in the diff.
extended
ruleset torecommended
,recommended
preset rule tobase
undefined
(fix(format): error when expect(elem).not.toBeAccessible is called on an elem with no a11y issues #18)alpha
tobeta
for all packages except wdioTODO
Post merge