Cypress Integrations
==============================
/*
Given
https://jsonplaceholder.typicode.com/...
When
User send Get request to the endpoint
Then
Status code is 200
And
Status text is OK
And
Response Time is less than 400ms
And
Response body is JSON data type
And
title is quis eius est sint explicabo
And
completed is true
*/