LNasyaS / ALTA-QE14-API-Testing-Group2-Todoist

0 stars 0 forks source link

[API TESTING] Get a project #11

Closed LNasyaS closed 7 months ago

LNasyaS commented 7 months ago

Returns a JSON object containing a project object related to the given ID. A successful response has 200 OK status and application/json Content-Type.

LNasyaS commented 7 months ago

Scenario: Get a project Given Get project with valid id 2330815385 When Send request get project Then Status code should be 200 And Response body id should be id "2330815385" and project name "Shopping List" And Validate json schema "GetProjectJsonSchema.json"