{"library":"codeceptjs-http","install":[{"cmd":"npm install codeceptjs-http","imports":["{\n  \"helpers\": {\n    \"HTTP\" : {\n      \"require\": \"codeceptjs-http\",\n      \"endpoint\": \"http://localhost:8080\"\n    }\n  }\n}","I.sendRequest('/users', 'POST', { json: { name: 'Alice' } });","I.seeHttpResponseHasValidJsonSchema('userSchema.json');"]},{"cmd":"yarn add codeceptjs-http","imports":[]},{"cmd":"pnpm add codeceptjs-http","imports":[]}]}