desc: "profile endpoint error tests" runners: req: endpoint: http://localhost:3000 vars: profileId: "01J7BAQE1GMD78FN3J0FJCNS8T" if: included steps: putProfileRequiredIdError: desc: "Failed because the ID does not exist" req: /profile: put: body: application/json: name: "John Smith" age: 20 test: | // Status code must be 200. current.res.status == 400