Skip to content

MartynasIT/Selenium-Automation-Framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How To Run

To run selenium Task CMD to project's location and use:

  1. mvn -Dsurefire.suiteXmlFiles=src/test/resources/TestSuites/LegoSuite.xml -Dbrowser=Chrome test
  2. Using InteliJ Run configuration.

Edge can be chosen too via -Dbrowser=Edge or not even passing this parameter because this default choice for my framework. image

Warning

Target Java version is 11. Change <maven.compiler.target>11</maven.compiler.target> in pom.xml to your choice of Java. If new java downloaded don't forget to create enviroment variables in Windows.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published