Skip to content

Instantly share code, notes, and snippets.

@shwetaneelsharma
Created November 4, 2022 13:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shwetaneelsharma/a561342d81903e71bcf418c7b08ecc2b to your computer and use it in GitHub Desktop.
Save shwetaneelsharma/a561342d81903e71bcf418c7b08ecc2b to your computer and use it in GitHub Desktop.
describe('Check for ally issues', ()=>{
it('report critical and serious ally issues', () => {
cy.visit('https://www.axelerant.com/quality-engineering-services')
cy.injectAxe()
cy.checkA11y(null, {
includedImpacts: ['critical', 'serious']
})
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment