harvey icon indicating copy to clipboard operation
harvey copied to clipboard

Easy and fast integration testing of RESTful web services

Results 11 harvey issues
Sort by recently updated
recently updated
newest added

Currently the HTML Reporter does not report back the failure for why the bodySchema fails to pass. ![harvey_test_report](https://cloud.githubusercontent.com/assets/1082191/9801759/5ee47536-57d2-11e5-9825-68b120b2706c.png) The expected behavior is that the HTML reporter prints out the description...

I'm considering assembling a few templates to generate Harvey tests from Swagger Docs using the [swagger-codegen project](https://github.com/swagger-api/swagger-codegen) project. Before getting started, is anyway aware of similar or related efforts? Would...

It would be nice to be able to tweak the behavior of a reporter without having to create a whole new reporter. For example, to suppress color characters being included...

enhancement

I've found that it would be really nice to have a test.json file to use for integration testing and some mock endpoints to hit in order to validate all aspects...

enhancement

Add a console-debug reporter that displays the full details of test parts that fail

enhancement

Be able to set a request to poll for a set period of time until an acceptable response is returned, or until some configurable timeout is reached.

enhancement

It would be great if harvey could handle multipart/form-data uploads by reading the specified files via fs and sending the resulting Buffer(s) in the request that is sent to the...

enhancement