Skip to content

Repository files navigation

testlight

An integration test server that runs expectation on the payloads you send.

Usage

Given this configuration:

expect:
  - body: has(request.hello)
    min: 4
  - body: has(request.howdy) 

Once the server will receive four request bodies containing the hello key and one containing the howdy key it will terminate with exit code 0. Expectations are evaluated using CEL.

testlight reads its configuration by default from ./config.yaml.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages