Camila Maia
Camila Maia
## What is this Python project? A framework for your API that provides: - Automated Integration Testing - Automated Live Documentation Given an API specification, written in YAML/JSON format, ScanAPI...
Add the missing docstrings to the [spec_evaluator.py](https://github.com/scanapi/scanapi/blob/main/scanapi/evaluators/spec_evaluator.py) file [Here](https://github.com/scanapi/scanapi/wiki/First-Pull-Request#7-make-your-changes) you can find instructions of how we create the [docstrings](https://www.python.org/dev/peps/pep-0257/#what-is-a-docstring). Child of https://github.com/scanapi/scanapi/issues/411
## Bug report ### Environment - ScanAPI version: 2.7.0 - Chrome Version 102.0.5005.61 (Official Build) (arm64) ### Description of the bug When generating a report, the field `CONTENT` of the...
## Bug report ### Environment ScanAPI version: 2.6.0 ### Description of the bug When the custom var is defined and used in the same request, it is not being evaluated....
## Feature request ### Description the feature To have a repo that tweet for us. We create a file in the repo, and when it is merged, it is automatically...
## Feature request ### Description the feature Following our [contributing guidelines](https://github.com/scanapi/contributors/blob/main/CONTRIBUTING.md#ownership), every time a person gets a merged Pull Request, regardless of content (typos, code, doc fixes), they are invited...
## Global Variables Enable the possibility to have global variables. Sometimes we need to access a variable from outside the scope, for example: ```yaml endpoints: - name: owner headers: Authorization:...
## Feature request ### Description the feature We are now publishing our sphinx doc at Read The Docs: https://scanapi.readthedocs.io. But, it still needs some improvements. Some docstrings are not showing...
Allow for using python code from a separate Python module inside the ScanAPI specification. Example: File tests.py ```python def status_is_200(**kwargs): response = kwargs.get(response) return response.status_code == 20 ``` File scanapi.yaml...
Add detailed instructions explaining: - why it is important to squash commits - step-by-step of how to squash the commits - when it is necessary to squash the commits https://github.com/scanapi/scanapi/wiki/First-Pull-Request#9-commit-and-push-your-changes