An open API service indexing awesome lists of open source software.

https://github.com/jdi-testing/jdi-light

Powerful Framework for UI Automation Testing on Java
https://github.com/jdi-testing/jdi-light

applitools automated-testing automation-ui bdd-style-testing-framework effort html-element html-elements java jdi jdi-light predictable-tests saucelabs selenium tutorial ui-testing

Last synced: about 2 months ago
JSON representation

Powerful Framework for UI Automation Testing on Java

Awesome Lists containing this project

README

        

# JDI Light Test Automation Framework

[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://mit-license.org/)
[![stackoverflow](https://img.shields.io/badge/stackoverflow-jdi-blue.svg?style=flat)](http://stackoverflow.com/questions/tagged/jdi)
[![PDD Status](https://www.0pdd.com/svg?name=jdi-testing/jdi-light)](https://www.0pdd.com/p?name=jdi-testing/jdi-light)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fjdi-testing%2Fjdi-light.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fjdi-testing%2Fjdi-light?ref=badge_shield)
[![SLACK](https://img.shields.io/badge/slack-community-green.svg)](https://join.slack.com/t/jdi-family/shared_invite/zt-toag8fgg-ppPiW~lZDU9873JAiSwTJw)
## Important
Starting from release 1.5.0 we will support JDK 11+ only. In case of any critical updates required in previous releases (for example, due to vulnarabilities), please contact to our team.

## Documentation
For fast start you can go through [tutorial](https://jdi-docs.github.io/jdi-light/?java#tutorial)

More links:
Documentation: https://jdi-docs.github.io/jdi-light/?java - different types of documentation from introduction and tutorial to technical methods documentation
Introduction + fast start example: https://jdi-docs.github.io/jdi-light/?java#introduction
Tutorial: https://jdi-docs.github.io/jdi-light/?java#tutorial - helps to get main ideas on practice
Tutorial repo: https://github.com/jdi-tutorials
Project templates: https://github.com/jdi-templates - for fast projects start
Examples: https://github.com/jdi-examples
How to use [UI Elements examples](https://github.com/jdi-testing/jdi-light/tree/master/jdi-light-html-tests/src/test/java/io/github/epam/html/tests/elements)
Increase test [performance examples](https://github.com/jdi-testing/jdi-light/tree/master/jdi-performance)
How to start contribution [setup environment](https://github.com/jdi-testing/jdi-light/blob/master/Documents/start_contribution.md)

How to design element [basic description](https://github.com/jdi-testing/jdi-light/blob/master/Documents/element_design.md)
## Introduction

JDI Light – is the test Framework for UI test automation that helps to makes your tests fast and sustainable and provide obvious and predictable test run result

## Highlights
- Has simple integration with any Selenium based project that allows to increase projects stability, add user actions logs and enrich standard WebElements capabilities with new features in minutes (TBD add Guide)
- Extends Page Objects pattern with powerful UI Elements: Buttons, TextFields, Forms, Tables etc ( TBD add good links to examples)
- Write stable and predictable tests that fail only because of changing business logic or layout. No more waits, thread sleep and other flaky staff
- Increase your tests execution speed in general and especially for complex cases like search in big tables, dropdowns with hundreds elements or enter text with thousand lines
- Get detailed logs and good reports of all user actions with no effort
- Easy integration with all modern Automation tools: CI (Jenkins, TC etc.), Logging (Log4j or any other slf4j based logs), Reporting (Allure or Report Portal); Browser/Devices farms (Selenium Grid, Browser Stack, Selenoid etc.), Test Runners (TestNG, JUnit) etc.

## Our plans
### Ultimate Goal
Develop an automation framework based on AI that can identify and write correct stable PageObject automatically without engineers effort, generate smoke tests for application in seconds and some negative cases too.
Run test execution automatically and correct tests if any changes in layout happens provide good reports for test project team and recommendations how Project can be improved
### Nearest plans
[Features](https://github.com/jdi-testing/jdi-light/labels/feature)

## Useful Links
Test site: https://jdi-testing.github.io/jdi-light/

Login to get access to all pages (Login: Roman; Password: Jdi1234)

Html Elements examples: https://jdi-testing.github.io/jdi-light/html5.html

Example Html elements tests: https://github.com/jdi-testing/jdi-light/tree/master/jdi-light-html-tests

Example Scenario tests: https://github.com/jdi-testing/jdi-light/tree/master/jdi-light-examples

Site: http://jdi.epam.com/

Facebook: https://www.facebook.com/groups/jdi.framework/

You can ask your questions on StackOverflow with [![htmlelements](https://img.shields.io/badge/stackoverflow-jdiframework-orange.svg?style=flat)](http://stackoverflow.com/questions/tagged/jdiframework) tag

## Community and Support
Get Help in active users Slak chat: https://join.slack.com/t/jdi-family/shared_invite/zt-toag8fgg-ppPiW~lZDU9873JAiSwTJw

(Depricated) Get Help in active users Skype chat: https://join.skype.com/clvyVvnZvWqc

## Contacts

Mail: roman.iovlev.jdi@gmail.com

Skype: roman.iovlev

## License
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fjdi-testing%2Fjdi-light.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fjdi-testing%2Fjdi-light?ref=badge_large)