Releases: rcpassos/safeye-script
Releases · rcpassos/safeye-script
v1.0.0
Features
- Reads configurations from a CSV file to perform HTTP requests.
- Supports various HTTP methods (GET, POST, PUT, DELETE).
- Allows setting custom headers and body for requests.
- Checks if the response status code matches the expected status.
- Logs the results per project in individual log files.
- Sends email notifications to specified recipients on errors or unexpected status codes.
- Rotates logs by deleting logs older than 30 days.
- Provides unit tests with full coverage using the unittest framework.