All Projects → WileyLabs → teasy

WileyLabs / teasy

Licence: MIT License
Test easy with Teasy - UI automation testing framework

Programming Languages

java
68154 projects - #9 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to teasy

Selion
Enabling Test Automation in Java
Stars: ✭ 252 (+833.33%)
Mutual labels:  selenium, testng
carina
Carina automation framework: Web, Mobile, API, DB etc testing...
Stars: ✭ 652 (+2314.81%)
Mutual labels:  selenium, testng
java-e2e-test-example
An complete example of a pipeline focusing on API and UI (mobile and web) tests.
Stars: ✭ 18 (-33.33%)
Mutual labels:  selenium, automated-testing
Java.webdriver
Browser test automation using Selenium WebDriver in Java
Stars: ✭ 135 (+400%)
Mutual labels:  selenium, testng
selenified
The Selenified Test Framework provides mechanisms for simply testing applications at multiple tiers while easily integrating into DevOps build environments. Selenified provides traceable reporting for both web and API testing, wraps and extends Selenium calls to more appropriately handle testing errors, and supports testing over multiple browser…
Stars: ✭ 38 (+40.74%)
Mutual labels:  selenium, testng
Automationtest
自动化测试,支持接口自动化、WEB UI自动化、APP UI自动化、性能测试
Stars: ✭ 171 (+533.33%)
Mutual labels:  selenium, automated-testing
MasterSeleniumFramework
Automation Testing | Web | Java | OOPS | Selenium WebDriver | TestNG | Maven | ExtentReport | Allure Reports | Java mail API | Design Patterns (Page Object Model, Singleton) | Jenkins | Data-Driven Testing using JSON file
Stars: ✭ 52 (+92.59%)
Mutual labels:  selenium, testng
Katalium
Stars: ✭ 36 (+33.33%)
Mutual labels:  selenium, testng
jdi-light
Powerful Framework for UI Automation Testing on Java
Stars: ✭ 84 (+211.11%)
Mutual labels:  selenium, automated-testing
nightwatch101
使用 Nightwatch 實現 End-to-End Testing ★
Stars: ✭ 42 (+55.56%)
Mutual labels:  selenium, automated-testing
Nightwatch
End-to-end testing framework written in Node.js and using the Webdriver API
Stars: ✭ 10,912 (+40314.81%)
Mutual labels:  selenium, automated-testing
autotest-framework
UI自动化测试框架,支持APP、Web、HTML5三端, 基于SpringBoot框架, 采用Page Object设计模式,基于 TestNG 测试框架构建测试用例,支持消息通知、失败截屏、HTTP 报告、并发执行等特性
Stars: ✭ 98 (+262.96%)
Mutual labels:  selenium, testng
Sillynium
Automate the creation of Python Selenium Scripts by drawing coloured boxes on webpage elements
Stars: ✭ 100 (+270.37%)
Mutual labels:  selenium, automated-testing
Reporting
Zebrunner Reporting Tool
Stars: ✭ 198 (+633.33%)
Mutual labels:  selenium, testng
Java.appium
Mobile test automation using Appium in Java
Stars: ✭ 59 (+118.52%)
Mutual labels:  selenium, testng
testng-metrics
A HTML Report of test executions via TestNG (No code changes required, Export results)
Stars: ✭ 3 (-88.89%)
Mutual labels:  selenium, testng
Carina
Carina automation framework: Web, Mobile, API, DB
Stars: ✭ 549 (+1933.33%)
Mutual labels:  selenium, testng
Fluentlenium
FluentLenium is a website & mobile automation framework which extends Selenium to write reliable and resilient UI functional tests. This framework is React ready. Written and maintained by people who are automating browser-based tests on a daily basis.
Stars: ✭ 766 (+2737.04%)
Mutual labels:  selenium, testng
SeleniumTDD
A Selenium TDD framework that incorporates key features of Selenium and TestNG which can be used to create web-based automation scripts.
Stars: ✭ 23 (-14.81%)
Mutual labels:  selenium, testng
Selenium-Foundation
Selenium Foundation is an automation framework designed to extend and enhance the capabilities provided by Selenium (WebDriver).
Stars: ✭ 51 (+88.89%)
Mutual labels:  selenium, testng

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].