Skip to content
/ kabo Public

A generic test UI automation framework build in java which uses raw selenium API to make life a bit easier for the QA people.

License

Notifications You must be signed in to change notification settings

kishor32/kabo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kabo

A generic test UI automation framework build in java which uses raw selenium API to make life a bit easier for the QA people. What is kabo?

Installation

The maven dependency is given below

 <dependency>
 <groupId>com.kabo</groupId>
 <artifactId>com.kabo</artifactId>
 <version>0.1</version>
 </dependency>

Please note that this dependency will not work since the project is yet to be officially relased .

To Create any driver instance, just create a file kabo.properties in your project root folder and copy past the follwing:

#kabo automation framework
#Do Not Change the below Keys. Change the value as per your choice

BROWSER=chrome

PLATFORM=Mac OS

PROCESSOR=64

PATH_TO_DRIVER=some path
# ------------------------

About

A generic test UI automation framework build in java which uses raw selenium API to make life a bit easier for the QA people.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published