Skip to content

Releases: finestructure/Rester

Individual request timeout

22 Feb 16:21
Compare
Choose a tag to compare
Pre-release
  • Each request has a 5s (to be configurable) timeout instead of a full job timeout of (number of requests) * 5s.
  • More tests for json array parsing and substitution

Log command

21 Feb 16:37
Compare
Choose a tag to compare
Log command Pre-release
Pre-release

Added log: to request definition.

requests:
  get_example:
    url: ${API_URL}/anything
    method: GET
    validation:
      status: 200
    log: true

Also supports partials and key paths:

    log:
      - status
      - json
    log:
      - json.foo.bar

Basic feature set

18 Feb 16:12
Compare
Choose a tag to compare
Basic feature set Pre-release
Pre-release
  • GET, POST, PUT, DELETE requests
  • send headers
  • send query parameters
  • form and json body
  • validation
    • status codes
    • json responses
    • headers
  • variable substitution
    • file defined
    • environment defined
  • response referencing
  • file batching (Restfile referencing Restfiles)
  • request delays

Initial release

25 Jan 12:49
e8b5e58
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release
Merge pull request #4 from finestructure/docker-image

Build app image