How to Set up this framework
- Download JAVA and set up the environments variables
- Download MAVEN and set up the environment variables
- Download GIT and setp the environment variables
- Clone this project using SSH using git clone git@github.com:theRohit012/CucumberSeleniumRestAPI.git
- Once project has been installed, navigate to project and perform mvn clean install to download the maven dependency.
- To Run the test cases, perform mvn test.
- Test cases are written as feature files in src-test-resources-featureFile
- Test Runner file is available at src-Java-TestRunner