Skip to content

serhiismetanskyi/petstore_load_tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PetStore Load Tests

Hello to everyone who came here!

You are in the load tests repository for a simple Petstore API.

I used Python and Locust when writing load tests.

API documentation for the Petstore is available on the link: https://petstore.swagger.io

Installation Steps:

  • Clone this repo
  • Navigate to project folder
  • Open CLI
  • Configure a virtual environment
  • pip3 install -r requirements.txt
  • locust --config=config.yml