Open araujosnathan opened 4 years ago
Hello there,
Im using cypress with typescript and when i set the variable:
const A11yConfig: Options = { includedImpacts: ["critical"], runOnly: { type: "tag", values: ["section508"] } };
Then, i use the cy.checkA11y(A11yConfig), when i run the tests an error happens:
cy.checkA11y(A11yConfig)
axe.run arguments are invalid
Am i doing something wrong?
Thanks!
Versions: "cypress": "^4.12.1" "@types/cypress-axe": "^0.8.0" "axe-core": "^3.5.5"
Hello there,
Im using cypress with typescript and when i set the variable:
Then, i use the
cy.checkA11y(A11yConfig)
, when i run the tests an error happens:Am i doing something wrong?
Thanks!
Versions: "cypress": "^4.12.1" "@types/cypress-axe": "^0.8.0" "axe-core": "^3.5.5"