Skip to content

A set of most efficient tools that represent modern test framework implementation

Notifications You must be signed in to change notification settings

PavloBida/test-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Test Framework

A set of most efficient tools that represent modern test framework implementation

Main features:

  • WebDriverFactory - automatically defines the OS, and instantiates a WebDriver for the browser, specified in testng.xml file, which the tests are being executed from.
  • AndroidDriverFactory - instantiates AndroidDriver. basing on the arguments, passed into the constructor.
  • RemoteDriverFactory - instantiates RemoteWebDriver for running tests in Selenium Grid.

Important!

This project uses Lombok. So in order to run it in IntelliJ Idea you need to enable annotation processing here: IntelliJ Idea -> Settings -> Build, Execution, Deployment -> Compiler -> Annotation Processors -> Enable annotation processing (needs to be checked)

About

A set of most efficient tools that represent modern test framework implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages