github.com/ixpectus/declarate@v0.0.0-20240422152255-708027d7c068/README.md (about)

     1  # Declarate: library for declarative testing of APIs, CLIs and anything else
     2  - It is a library for declarative testing of APIs and CLIs. 
     3  - Allows you to easily describe tests in a clear and concise manner, using a simple declarative syntax in yaml file
     4  - It's main focus on extensibility and flexibility 
     5  - Currently declarate in the early stages of development
     6  - Inspired by [gonkey](https://github.com/lamoda/gonkey)
     7  
     8  ## Concepts 
     9  - tests consists of different actions
    10  - every action do something and has json(or plain text) response
    11  - real response can be compared with expected response using
    12    - comparisonParams
    13    - regexp
    14  
    15  ## Default actions