0% found this document useful (0 votes)
11 views1 page

Rest Assured & Appium Setup Guide

The document provides information about the Rest Assured library and its use in API testing. It includes a command for generating Cucumber reports using Maven and mentions the installation path for Appium along with the command to install it globally via npm. Overall, it serves as a quick reference for setting up and using these tools in a testing environment.

Uploaded by

Suvidh Shetty
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views1 page

Rest Assured & Appium Setup Guide

The document provides information about the Rest Assured library and its use in API testing. It includes a command for generating Cucumber reports using Maven and mentions the installation path for Appium along with the command to install it globally via npm. Overall, it serves as a quick reference for setting up and using these tools in a testing environment.

Uploaded by

Suvidh Shetty
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

Rest Assured library

API->Application programming interface.

Cucumber report generate command to run in command promt:mvn test verify(first we


have to open the project path command prompt using CD)

-------------------------------------------------
Appium

--> C:\Users\suvid\AppData\Local\Android\Sdk

npm install -g appium

You might also like