Skip to content
Jakub Wasilewski edited this page May 27, 2016 · 5 revisions

Chaplain Roadmap

Here are the areas future versions are going to concentrate on (not exclusively of course):

  • 0.4.0
    • making chaplain more universal - adding missing features so that anything can be tested with chaplain, as long as you can give it a promise returning your output
    • testing the codebase - getting to a decent coverage with unit tests, and bootstrapping Chaplain to test itself!
  • 0.5.0
    • support for stateful services - adding support for testing stateful servers and services, where requests depend on one another. One such scenario to focus on is where one request creates a resource, and we'd like to test more requests that operate on that newly created resource. This is currently pretty hard to do.
  • 0.6.0
    • configurability - adding options to the JSON/HTML/plain-text diffs so that you can prevent any sort of false positive easily and control what is compared as deeply as you want
Clone this wiki locally