Showcase
manual
lsof -t -i:8090 | xargs -r kill
cargo run & 2>&1
hurl api_tests/implemented/healthz.hurl --retry 4 --delay 1000 --variables-file api_tests/variables --test
hurl api_tests/implemented/*.hurl --variables-file api_tests/variables --test
lsof -t -i:8090 | xargs -r kill
echo "Verify done"
just task runner
just --dry-run api_tests
just api_tests