Skip to content

Selenium WebDriver automated test project using Spring for dependency injection and JUnit as the test runner.

Notifications You must be signed in to change notification settings

adeoke/spring-selenium-junit-jupiter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Selenium Spring Testing project

Motivation

I decided to create a selenium webdriver project using spring as a DI approach.

Demo

TODO

Tools/Libraries Used.

Selenium-WebDriver Junit Jupiter Spring WebDriverManager

Profile specific drivers

To switch between mobile and desktop views pass in the correct profile. For example, to run the desktop view do the following:

$ mvn test -Dspring.profiles.active=desktop

To run the mobile view do the following:

$ mvn test -Dspring.profiles.active=mobile

WIP...

About

Selenium WebDriver automated test project using Spring for dependency injection and JUnit as the test runner.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages