Skip to content

Shreyasc27/YAddressRestApiAutomation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps to run locally -

  1. Set up JAVA_HOME.

  2. Verify if JAVA_HOME set up correctly by running the following 2 commands – a. echo %JAVA_HOME% b. java -version

  3. Set up MAVEN_HOME.

  4. Verify if MAVEN_HOME set up correctly by running the following 2 commands - a. echo %MAVEN_HOME% b. mvn -version

  5. Clone the Git repository - https://github.com/Shreyasc27/YAddressRestApiAutomation.git

  6. Execute command - cd YAddressRestApiAutomation

  7. Execute command - mvn clean compile package install test

  8. Execute command - cd target/surefire-reports

  9. Open following 2 Html Reports - a. emailable-report.html b. YAddressRestApiAutomation.html

Integration with CircleCI -

YAddressRestApiAutomation execution is integrated with CircleCI.

Execution job can be viewed at - https://circleci.com/gh/Shreyasc27/YAddressRestApiAutomation/30

Execution result can be viewed at - https://30-161029561-gh.circle-artifacts.com/0/home/circleci/YAddressRestApiAutomation/target/surefire-reports/emailable-report.html

CircleCI can be triggered for execution by clicking Rerun workflow - Rerun workflow

About

Rest Api Automation using Rest Assured

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages