Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 704 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 704 Bytes

boardgamegeek

An Assignment project to automate web and rest assured steps

NOTE: IF WANT TO execute on Windows + chrome - Please uncomment chrome driver related setup

------------------------------

Framework

Selenium Webdriver, Java, Maven, TestNG, Rest Assured

------------------------------

Steps to clone and execute the tests:

git clone https://github.com/nitint007/boardgamegeek

cd boardgamegeek

mvn clean test -Dsurefire.suiteXmlFiles=testng.xml;

If fails to execute from cmd line -

Go to '/boardgamegeek/testng.xml' and run 'textng.xml' as TestNG Suite

------------------------------