Skip to content
Ivan Kouznetsov edited this page Aug 17, 2020 · 5 revisions

AARTL

Overview

Agnostic API Reliability Testing Language (AARTL) is a platform-agnostic declarative domain-specific language for testing HTTP servers using the server’s API, it is implemented in TypeScript as a dependency-free high-performance Node.js application. An AARTL test is a human-readable declaration of the expected response from a server endpoint given one or more requests. See the some of the features of AARTL in this video.

Getting started

  1. Download a release

  2. Unzip it

  3. Open a terminal window

  4. Run the example file

    aartl.exe -f example.aartl --report on Windows
    ./aartl -f example.aartl --report on Linux and macOS

  5. Observe the output and open the report file

  6. Optionally install the Visual Studio Code extension

Clone this wiki locally