Skip to content

JoanEsquivel/selenium-advanced-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to execute the suite

----------- Default parameters ----------------------
Command mvn test -DtestngName="testng.xml"
It will take the configuration default from test/resources/config.properties
So: Chrome, and default URL

----------- Custom parameters ----------------------
Imagine that you want to override the Browser, so
Command: mvn test -DtestngName="testng.xml" -Dbrowser=firefox

Or the URL and Browser
Command: mvn test -DtestngName="testng.xml" -Dbrowser=firefox -Durl=www.google.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published