-
Notifications
You must be signed in to change notification settings - Fork 52
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: add qunit config #448
Conversation
This is awesome! I can't wait to not have to fumble with manually removing and adding the query param! 🎉 |
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 adding this feature! It is indeed helpful and we do something similar in our apps. A couple of minor suggestions, otherwise looks good.
@drewlee I made the change you suggested (trying to catch up on this repo), any chance you could give it another look? |
Features
Add QUnit config
QUnit and Testem integration
You can setup a new configuration checkbox in QUnit and Testem by using the
setupQUnitA11yAudit
When the checkbox is checked, it will set
enableA11yAudit
as a query param.To use, import and invoke the setup function, passing in your QUnit instance:
Here is the result in Testem: