sridharbandi / Java-a11y

Accessibility Automated Testing with Java Selenium
https://sridharbandi.github.io/Java-a11y/
MIT License
12 stars 12 forks source link

Difference in errors #7

Closed mitsoe closed 1 year ago

mitsoe commented 4 years ago

Hey,

When we create a report using this plugin we get different result as to running it using the codesniffer web tool.

Could this be related due to version mismatch of the codesniffer you use and the one currently in the web tool and do you have plans on updating to the latest version?

Kind regards,

Mitch

sridharbandi commented 4 years ago

Hi @mitsoe

Thanks for raising the issue. I have published the version 2.1.2 with lastest code sniffer. Check it out. And also make sure your web application under test is completed loaded before executing this plugin.

Regards, Sridhar

mitsoe commented 4 years ago

Thanks!

We are testing now. it seems that we are facing some issues because we are running our app in iframes. Not sure yet will update you.

Regards,

Mitch

mitsoe commented 4 years ago

Yes we were facing issues due to using iFrames. For some reason this is handled differently by the websniffer. If we focus the iframes before running the reporter it does work.

sridharbandi commented 1 year ago

Closing as there is no activity