assay-lua 0.10.3

General-purpose enhanced Lua runtime. Batteries-included scripting, automation, and web services.
Documentation
1
2
3
4
5
6
7
8
9
10
# Integration test: should pass (httpbin.org returns 200)
timeout: 30s
retries: 1
backoff: 2s
checks:
  - name: httpbin-get
    type: http
    url: https://httpbin.org/get
    expect:
      status: 200