This commit introduces comprehensive unit tests for the SendHttpRequest activity, ensuring its proper functionality and resilience. The tests cover various scenarios, including: - Sending GET and POST requests with different content types - Handling successful and unsuccessful responses - Adding authorization headers - Executing activities based on status code - Handling exceptions like HttpRequestException and TaskCanceledException - Setting response headers output - Parsing JSON response content These tests improve the reliability and maintainability of the SendHttpRequest activity. |
||
|---|---|---|
| .. | ||
| component | ||
| integration | ||
| performance | ||
| unit | ||
| Directory.Build.props | ||