Skip to content

thiagojacinto/scanapi-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ScanAPI: a playground

Using ScanAPI testing tool to test open APIs

Install & Using

You may install the project dependencies by using the following command:

git clone https://github.com/thiagojacinto/scanapi-playground.git # clone this repository from GitHub

cd scanapi-playground # move to local repository directory

# it is recommended to use Python virtual enviroment
python3 -m venv .venv
source .venv/bin/activate

python -m pip install -r requirements.txt # read the dependencies and install the available versions

APIs

Open APIs

conexaoqa.heroku.app

Open API developed to be used as training ground to testers at the Virada da Qualidade July 2021 event.

You can find its documentation here

Running tests

To run tests, please procced with the installation of requirements, than you should be able to execute ScanAPI with the following commands:

scanapi run -c api-conexaoQA/scanapi.conf

About

Using ScanAPI testing tool to test open APIs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published