Skip to content

WileyLabs/teasy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Teasy

Maven Central

Test easy with Teasy - UI automation testing framework

Description

Teasy is a Java-based testing framework built on Selenium and TestNG. Its aim is to make your web testing easier by providing solutions to a lot of things that you will face during UI automation testing. Check out our wiki page for more details.

Quickstart

Extend your tests from SeleniumBaseTest and extend your Pages from BasePage. Detailed description will be added soon...

Usage

You will need to have the following soft installed before using teasy:

  • java 8+
  • maven 3+

and you will need to add the following dependency to your project's pom.xml file

Latest teasy

<dependency>
  <groupId>com.wiley</groupId>
  <artifactId>teasy</artifactId>
  <version>2.0.15</version>
</dependency>

Old spring-based teasy will be available in 1.x versions

<dependency>
  <groupId>com.wiley</groupId>
  <artifactId>teasy</artifactId>
  <version>1.1.5</version>
</dependency>

Contributing

We're just getting started here, but please post issues if you have any!

License

MIT