Watch our application walkthrough of all the files in the StreamLine ADA Automator!
This is the folder that holds the application file and other important files that are necessary for the application to run. Do not modify or delete any of these files unless you're instructed to do so by StreamLineQA personnel.
The files in this folder are useful for:
Checking which version of the application you have (version.properties)
Getting a license to the full version of the application. When you're ready to license, we'll need you to send us the license.properties file.
This is the only input file needed. You must enter four pieces of information.
URL to run ADA on
Branching factor (1-6). StreamLine ADA Automator will crawl the site for URL's that start with the input in step 1
Email Address
License Key
This is the output file. Violations will be stored on sheet 1 and warnings of potential violations will be on sheet 2.
Output file will report:
URL
Issue Type (Error or Warning)
WCAG Issue Code
Issue Web Element
Issue Message
These are the run files. When you're ready to execute an ADA check, all you have to do is double click the run file for the type of computer you have.
If you have a machine running windows, feel free to delete the execute_mac file. If your machine is running mac os, feel free to delete the execute_windows file.
The very first time you double click one of these files, you may need to go through a one time configuration.
Mac - System Preferences >> Security and Privacy >> Open anyway
Windows - A popup will show up >> More info >> Run anyway
If the above step did not work
Open terminal / command prompt
Run command chmod a+x <path_to_run_file>
Mac example - chmod a+x "/Users/Tester/Desktop/StreamLineQA-Automation-master/StreamLine ADA Automator/execute_mac.command"
Windows example - chmod a+x "C:\Users\Tester\Desktop\StreamLineQA-Automation-master\StreamLine ADA Automator\execute_windows.bat"