GhsVilela / robot-api-testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Robot API Testing

test

Sample project that uses petstore api for basic knowledge of api testing using robot

Install python

sudo apt-get install software-properties-common
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get update
sudo apt-get install python3.8
sudo apt-get install python3-pip

Install dependencies

pip install robotframework
pip install RESTinstance
pip install robotframework-jsonlibrary

Running tests

Run robot --outputdir results atest

About


Languages

Language:RobotFramework 100.0%