Steps to follow: 1.Clone the project from GITHUB URL provided. 2.Import Maven project to Eclipse 3.Go to the project path 4.Perform mvn clean install command 5.Check Test Report folder created after running Test to get report of Test Cases.
Usage Description: I have completed the Test , If more time was allocated i would have added more comments in tests and added regression test case in Util Class. Added single as well as multiple values in cart successfully and validated the same with price in Total price in cart.
User will provide input and it will be validate using product list fetched from the response list of all items on screen. for eg if user select "Burrito" then it will check whether API response list fetched is having "Burrito" in it.