Skip to content

ixpectus/declarate

Repository files navigation

Declarate: library for declarative testing of APIs, CLIs and anything else

  • It is a library for declarative testing of APIs and CLIs.
  • Allows you to easily describe tests in a clear and concise manner, using a simple declarative syntax in yaml file
  • It's main focus on extensibility and flexibility
  • Currently declarate in the early stages of development
  • Inspired by gonkey

Concepts

  • tests consists of different actions
  • every action do something and has json(or plain text) response
  • real response can be compared with expected response using
    • comparisonParams
    • regexp

Default actions

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages