You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make base URL optional for ReST API plugin (#41)
- Each sub commands `http_get/http_post/http_put/http_delete` accepts
full URLs
- Renamed commands and added plugin prefix to many commands
- Updated the docs
Signed-off-by: Aravinda VK <[email protected]>
Add support for Verbose level (#33)
- `-v` Show debug info and each test output
- `-vv` Show STDOUT from each test execution
Signed-off-by: Aravinda Vishwanathapura <[email protected]>