https://github.com/perfectomobilesa/axe-ci-sample
https://github.com/perfectomobilesa/axe-ci-sample
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/perfectomobilesa/axe-ci-sample
- Owner: PerfectoMobileSA
- Archived: true
- Created: 2020-08-27T07:16:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-27T07:17:32.000Z (almost 6 years ago)
- Last Synced: 2025-02-20T08:14:21.644Z (over 1 year ago)
- Language: Java
- Size: 20.5 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ADA Automated Testing with AXE Demo
To setup this project:
1. Replace <> with your perfecto cloud name in WebADA_Axe.java(e.g. demo) or pass it as gradle properties: -PcloudName=<>
2. Replace <> with your perfecto security token in WebADA_Axe.java or pass it as gradle properties: -PsecurityToken=<>
3. Modify capabilities in WebADA_Axe.java
4. Update your url & enable or disable preferred tests in testng file
To run this project:
1.Execute TestNG.xml directly using TestNG if not using gradle -P properties or run gradle test with the required -P properties. E.g:
gradle clean build test -PcloudName=demo -PsecurityToken= -PjobName=Axe -PjobNumber=1
Note:
To stay updated with Axe-core libs, modify AxeHelper.java ln 28 i.e. public static final String AXE_DEFAULT = "https://cdnjs.cloudflare.com/ajax/libs/axe-core/3.5.3/axe.min.js";