Skip to content

mrnsv/pixely-api-lab

Repository files navigation

Tour video:

https://www.youtube.com/watch?v=Sjzq9kU5kOw

Requirements:

  • Python > 3.10 with pip & virtualenv
  • Docker

Installation

Clone this repo:

git clone

All the code for website & api automation is situated in the website and api folder respectively.

Run:

pip install -r requirements.txt

This will install all the required python dependencies.

To run the testcases you can issue the following command.

  • To run the website test cases
pytest -m website
  • To run the api test cases
pytest -m api
  • To use envi in the command add the below argument. By default it takes localhost domain.
--envi localhost / cm / uat / staging / prod

About

A lightweight and efficient API test automation framework built with Pytest – designed for scalable validation of RESTful services with clear reporting, modular test suites, and environment-based configuration.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors