Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Tags: kadalu/binnacle

Tags

0.7.7

Toggle 0.7.7's commit message
Support using `http_set_header` and `http_remove_header` as blocks

Example:

```ruby
http_set_header "Authorization", "Bearer 12345.."
http_remove_header "Authorization" do
  http_get "/api/users", status: 403
end

http_get "/api/users", status: 200
```

Signed-off-by: Aravinda VK <[email protected]>

0.7.6

Toggle 0.7.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix the multipart upload issues and local command run issues (#42)

Signed-off-by: Aravinda VK <[email protected]>

0.7.5

Toggle 0.7.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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]>

0.7.4

Toggle 0.7.4's commit message
Rubocop reported fixes

Signed-off-by: Aravinda VK <[email protected]>

0.7.3

Toggle 0.7.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix the Release script and version (#38)

Signed-off-by: Aravinda VK <[email protected]>

0.6.1

Toggle 0.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add Line number in Test result (#34)

Signed-off-by: Aravinda Vishwanathapura <[email protected]>

0.6.0

Toggle 0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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]>

0.5.3

Toggle 0.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Show the list of failed tests in the end (#32)

Fixes: #31
Signed-off-by: Aravinda Vishwanathapura <[email protected]>

0.5.2

Toggle 0.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix issue while showing the diagnostic message of EXPECT and EQUAL (#29)

Signed-off-by: Aravinda Vishwanathapura <[email protected]>

0.5.1

Toggle 0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove new line before each Testcase (#28)

Signed-off-by: Aravinda Vishwanathapura <[email protected]>