Skip to content
/ teasy Public
forked from WileyLabs/teasy

Test easy with Teasy - UI automation testing framework

License

Notifications You must be signed in to change notification settings

Lao-Ax/teasy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Teasy

Maven Central Join the chat at https://gitter.im/teasy-test-framework/Lobby

Test easy with Teasy - UI automation testing framework

Description

Teasy is a Java-based testing framework built on Selenium, TestNG and Spring. 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

To start from scratch use our Hello World project

If you want to use teasy at existing project please contaсt us in a gitter chat. 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

<dependency>
  <groupId>com.wiley</groupId>
  <artifactId>teasy</artifactId>
  <version>1.0.22-beta</version>
</dependency>

Contributing

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

Feel free to join our gitter chat: Join the chat at https://gitter.im/teasy-test-framework/Lobby

License

MIT

About

Test easy with Teasy - UI automation testing framework

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 97.7%
  • HTML 2.3%