sclavijosuero / wick-a11y

Cypress plugin for performing configurable Accessibility tests using AXE. Flawless integration in Cypress with violations shown graphically on the web page and the Cypress log, and generating HTML document with violations details and screenshot.
MIT License
24 stars 3 forks source link

Getting error while running accessibility test #2

Closed SubramanyamPalla closed 3 months ago

SubramanyamPalla commented 4 months ago

Hi @sclavijosuero ,

Thank you so much for the plugin, I started using it in my current project and experienced the below error while running the script.

NOTE: We are using the retry mechanism in our project, if the first attempt is filed, we will try for the 2nd attempt.

First Attempt: Got the correct outcome

image

Second Attempt: The first attempt is expected but the cypress considering that is a failure and trying for 2nd attempt

image

sclavijosuero commented 3 months ago

@SubramanyamPalla thanks for the info. Somebody else also reported this issue for the second attempt. I will have a look and come with a resolution. Thanks for checking the plugin and providing feedback, really appreciated!

sclavijosuero commented 3 months ago

This issue has been addressed in the release v1.1.1. Closing the issue.