-
Notifications
You must be signed in to change notification settings - Fork 3
JoanEsquivel/selenium-advanced-framework
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published