Skip to content

Juvat/selenium-java-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Selenium Java Example Project

Example of a Selenium project implemented in Java


Prerequisites:

  • JDK 11+
  • Maven
  • Allure command line

How to run:

Using IDE:

  1. Build the project using mvn install
  2. Select a test in your favorite IDE and run it

How to generate test report:

Using homebrew (MacOS):

  1. Install brew install allure
  2. In terminal navigate to target
  3. Run allure serve
  4. Report will automatically open in your default browser

About

Example Selenium project in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages