Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thiagojacinto/scanapi-playground
Using ScanAPI testing tool to test open APIs
https://github.com/thiagojacinto/scanapi-playground
api-rest python3 scanapi
Last synced: 6 days ago
JSON representation
Using ScanAPI testing tool to test open APIs
- Host: GitHub
- URL: https://github.com/thiagojacinto/scanapi-playground
- Owner: thiagojacinto
- License: mpl-2.0
- Created: 2021-10-10T13:25:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-08T12:46:29.000Z (about 2 years ago)
- Last Synced: 2023-03-10T05:46:54.170Z (almost 2 years ago)
- Topics: api-rest, python3, scanapi
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ScanAPI: a playground
Using ScanAPI testing tool to test open APIs## Install & Using
You may install the project dependencies by using the following command:
```sh
git clone https://github.com/thiagojacinto/scanapi-playground.git # clone this repository from GitHubcd scanapi-playground # move to local repository directory
# it is recommended to use Python virtual enviroment
python3 -m venv .venv
source .venv/bin/activatepython -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](https://iterasys.com.br/curso/virada-da-qualidade/) July 2021 event.
You can find its documentation [here](https://conexaoqa.herokuapp.com/api-docs/#/)
#### Running tests
To run tests, please procced with the installation of requirements, than you should be able to execute ScanAPI with the following commands:
```shell
scanapi run -c api-conexaoQA/scanapi.conf
```