Implement POST task

This commit is contained in:
Drew 2025-08-24 10:41:56 -07:00
parent 20ee812393
commit 2b2fc974a2
10 changed files with 141 additions and 47 deletions

View file

@ -46,5 +46,5 @@ test-integration:
printf 'GET http://localhost:3000/health\nHTTP 200' | hurl --retry 30 > /dev/null
echo "Running integration tests..."
hurl --test --variable host=http://localhost:3000 tests/api/*.hurl
hurl --test --error-format long --variable host=http://localhost:3000 tests/api/*.hurl