Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wileylabs/teasy
Test easy with Teasy - UI automation testing framework
https://github.com/wileylabs/teasy
automated-testing java selenium teasy testng
Last synced: 2 days ago
JSON representation
Test easy with Teasy - UI automation testing framework
- Host: GitHub
- URL: https://github.com/wileylabs/teasy
- Owner: WileyLabs
- License: mit
- Created: 2017-06-09T17:57:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-09T18:07:48.000Z (over 1 year ago)
- Last Synced: 2024-11-16T18:34:43.435Z (about 2 months ago)
- Topics: automated-testing, java, selenium, teasy, testng
- Language: Java
- Homepage:
- Size: 17.3 MB
- Stars: 31
- Watchers: 22
- Forks: 31
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Teasy
[![Maven Central](https://img.shields.io/maven-central/v/com.wiley/teasy.svg?label=Maven%20Central)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.wiley%22%20a%3A%22teasy%22)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](https://github.com/WileyLabs/teasy/wiki) 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
```xmlcom.wiley
teasy
2.0.15```
Old spring-based teasy will be available in 1.x versions
```xmlcom.wiley
teasy
1.1.5```
# Contributing
We're just getting started here, but please post issues if you have any!
# License
MIT