Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 654 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 654 Bytes

Katalon Studio Backyard developed by kazurayam

This project is a Katalon Studio project where I develop a few Custom Keywords to share with other Katalon Studio projects. The custom keywords belongs to the Groovy package name com.kazurayam.ksbackyard.

API documentation is here

Groovy classes includes:

  • com.kazurayam.ksbackyard.Assert --- Synonym to org.junit.Assert but reports to Katalon Studio's Logging system.
  • com.kazurayam.ksbackyard.ScreenshotDriver --- A wrapper class of aShot, plus ImageDifference class
  • com.kazurayam.ksbackyard.URLParser