paypal / SeLion

Enabling Test Automation in Java
http://selion.io
Apache License 2.0
281 stars 233 forks source link

Need New Plugin to scan accessibility issues in source code #385

Closed mpnkhan closed 5 years ago

mpnkhan commented 5 years ago

This is a New idea to create a In-Built plugin to scan source code for Accessibility violations. Use axe-core open source engine to scan. This is similar to this project https://github.com/dequelabs/axe-selenium-java .

mach6 commented 5 years ago

@mpnkhan this is outside of the current scope of SeLion. I'm curious though, what prevents someone from adding a dependency (such as one to axe-selenium-java) to their project to accomplish the same? What value would SeLion add here?

mpnkhan commented 5 years ago

Quick question: Are there any plugins available for Selion? example to test security, performance etc?

mach6 commented 5 years ago

Not that I'm aware of

mpnkhan commented 5 years ago

Thanks Doug for the info. We have nemo framework for nodejs and nemo accessibility plugin. There are similar accessibility frameworks for some of the famous testing frameworks. So i thought it would be a good idea to have one for SeLion.

Closing this for now.