2bf79687›post and list a messagepassed99 mshttp://web:3000/messages — 201 (85 ms) 3✓http://web:3000/messages — 200 (1 ms) 3✓httpPOST http://web:3000/messages — 201 (85 ms)
Request
{
"text": "hello from the test suite"
}Response
{
"ok": true,
"count": 1
}status= 201actual=201body.ok= trueactual=truebody.count= 1actual=1httpGET http://web:3000/messages — 200 (1 ms)
Request
Response
{
"messages": [
{
"text": "hello from the test suite",
"at": "2026-05-22T09:03:21.060Z"
}
]
}status= 200actual=200body.messages.length= 1actual=1body.messages.0.text= "hello from the test suite"actual="hello from the test suite"