I'm new at using Cypress as automation test framework. Currently I'm Trying to use Cypress to automate tests in a GraphQL based API. I can call the api, get the response without problem, but when I tried to do asserts with "Assert.Equal("response variable", "expected msg")", my asserts only appears at the last describe although all my describes at the Test.js has then, as the exemple Two describes with assertions but only the last show then
Aucun commentaire:
Enregistrer un commentaire