Implement POST task
This commit is contained in:
parent
20ee812393
commit
2b2fc974a2
10 changed files with 141 additions and 47 deletions
2
justfile
2
justfile
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue