-
Notifications
You must be signed in to change notification settings - Fork 87
cy.checkA11y() is accepting only 2 arguments I need to set skipFailures to 'True' #39
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
Comments
I would need some context to see where the error is coming from and what your actual test code looks like. Currently, https://github.com/avanslaars/cypress-axe/blob/master/src/index.js#L17-L21 |
@avanslaars The problem starts with initial setup I suppose.
|
@Pawanesh1.. see that @types file is having latest version "@types/cypress-axe": "^0.8.0" and cypress-axe: "^0.8.1" |
Do you still have this problem? |
I need to disables assertions based on violations and only logs violations to a report, so was trying to pass 4 arguments to cy.checka11y() as described by @avanslaars , but got an error
0-2 arguments expected, got 4
package.json
"devDependencies": {
"@type/cypress-axe":"0.4.0"
"cypress-axe": "^0.8.1"
}
#https://github.com/avanslaars/cypress-axe
The text was updated successfully, but these errors were encountered: