Integrating Katalon Accessibility Plugin with Katalon Studio is straightforward and can be achieved in a few simple steps:
Install the Katalon Accessibility Validator Plugin from Katalon Store.
OR
Alternatively, download this plugin offline from ChangeLog.
Add the keyword as a test step in your test case. You should add the keyword after you have navigated to your desired page on the website.
CustomKeywords.'com.katalon.Accessibility.checkAccessibility'()
Add your test case to a test suite.
Execute your test.
You can execute on any browser that Katalon Studio supports (Chrome, Mozilla Firefox, Edge Chromium, Safari). You can use this keyword for different pages on the website depends on your navigation flow.
After you execute the test, the accessibility test reports are generated in TXT and JSON format in Katalon Studio report folder.
Visit Katalon Forum for Plugin related discussions.