0.01
No commit activity in last 3 years
No release in over 3 years
Turbo is a HTTP API tester, it's a curl wrapper
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 1.0.0, ~> 1.0
>= 0.5.7, ~> 0.5
>= 1.3.0, ~> 1.3
>= 0.18.1, ~> 0.18
 Project Readme

turbo

turbo

Turbo is a easy to use tool for make the HTTP based API testing much more easier. It can be used for testing any HTTP based service, like RESTFul API, or old school SOAP web service.

To get started, first install the gem turbogenerator

gem install turbogenerator

Have turbo installed, you can generate a workflow like this:

turbo generate myapi

then

turbo start myapi
$ turbo start myrca
Scenario: posts, test cases: 2

Case: ['list posts'] passed
GET http://localhost:8080//api/feeds

Case: ['create posts'] failed
Expected: 200 OK
Got: HTTP/1.1 405 Method Not Allowed
Server: Apache-Coyote/1.1
Allow: GET, HEAD
Content-Type: application/json;charset=UTF-8
Transfer-Encoding: chunked
Date: Fri, 10 Jul 2015 13:13:16 GMT


POST http://localhost:8080//api/fav-feeds