https://github.com/sridharbandi/java-a11y-example
Accessibility test automation project in java
https://github.com/sridharbandi/java-a11y-example
Last synced: 7 months ago
JSON representation
Accessibility test automation project in java
- Host: GitHub
- URL: https://github.com/sridharbandi/java-a11y-example
- Owner: sridharbandi
- Created: 2020-01-16T20:16:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-04T16:04:29.000Z (over 2 years ago)
- Last Synced: 2025-01-14T06:16:21.311Z (9 months ago)
- Language: Java
- Homepage: https://sridharbandi.github.io/Java-a11y/
- Size: 219 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is an example project to demonstrate how to use Accessibility Automation library [https://github.com/sridharbandi/Java-a11y](https://github.com/sridharbandi/Java-a11y)
### How to run?
Clone or download the project and run the below command
```
mvn clean test
```
After execution you can find the report at `/target/java-a11y` in project root directory.Note: Make sure you have java and maven installed and configured
If you have challenges, drop me a [mail](mailto:sridhar.bandi.ece@gmail.com)