engulf icon indicating copy to clipboard operation
engulf copied to clipboard

is there any new development plan

Open zhiy opened this issue 11 years ago • 3 comments

is there any new development plan for it? I found Gatling(by scala) project is active, is it possible engulf have more feature like gatling.

zhiy avatar May 12 '14 13:05 zhiy

Unfortunately I don't have the time to maintain engulf anymore :(

andrewvc avatar May 13 '14 21:05 andrewvc

Looks like this project needs a new maintainer perhaps, if someone will step up.

daluu avatar Apr 20 '16 22:04 daluu

I came across this from a recommendation from a colleague. Nice tool. I know about Gatling but am primarily a JMeter user and so just for discussion purposes & tracking, relevant to the original post by zhiy:

engulf looks appealing except for a lack of support in certain areas, at least to my knowledge reading the docs & trying out the tool:

  • sending HTTP headers and cookies
  • sending HTTP POST/PUT request bodies (for content types of x-www-form-urlencoded, application/JSON, application/xml)
  • response validation, more than just the HTTP status code, say validate the response body content, and/or response headers
  • handling authenticated REST APIs (can be handled if the above items were supported)
  • programmability/logic in the actual HTTP/REST call testing

Right now engulf kind of seems like a basic HTTP web server access log replay tool that you can farm/scale out the load with, that provides a web UI and configuration API.

daluu avatar Apr 20 '16 23:04 daluu