Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 590 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 590 Bytes

How to Set up this framework

  1. Download JAVA and set up the environments variables
  2. Download MAVEN and set up the environment variables
  3. Download GIT and setp the environment variables
  4. Clone this project using SSH using git clone [email protected]:theRohit012/CucumberSeleniumRestAPI.git
  5. Once project has been installed, navigate to project and perform mvn clean install to download the maven dependency.
  6. To Run the test cases, perform mvn test.
  7. Test cases are written as feature files in src-test-resources-featureFile
  8. Test Runner file is available at src-Java-TestRunner