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 fail (wrong expected status)
timeout: 30s
retries: 0
backoff: 1s
checks:
  - name: should-fail
    type: http
    url: https://httpbin.org/get
    expect:
      status: 404