Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

java_selenium_framework

Simple framework for Web apps automation using Selenium, Maven, TestNG. POM with Page Factory Pattern

Modules

  1. Applications - each app in separated package, contains page objects
  2. Config - load driver with options
  3. Utilities - contains base page object class to share driver and possible actions on pages
  4. Test - contains tests and test suites for pages

Structure

├───src
│   └───main
│       └───java
│           ├───applications
│           │   └───github
│           ├───config
│           └───utilities
│               ├───common
│               └───PageObject
└───test
    ├───java
    │   └───applications
    │       └───github
    │           ├───e2e_test
    │           ├───login_page
    │           └───main_page
    └───resources
        └───github

Run test

Run .xml file for suite that should be executed.

Reports

Reports will be added to \reports in root directory.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages