ApiTesting/ ├── tests/ │ └── api_testing_usuarios.robot # Casos de teste ├── resources/ │ └── api_testing-usuarios.resource # Keywords e configurações ├── results/ # Relatórios de execução ├── ...
A Git repository containing the full project (this repo) — push to GitHub to enable CI. This README with clear instructions for local setup, running tests, and viewing reports. If you want to enforce ...