You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Apr 26, 2022, at 09:17, lucasdonato ***@***.***> wrote:
This log is very important to analyze the error when the test fails
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
@lucasdonato you want to log request/response in Cypress run mode ?
If the test fails I want to see a log with the request data (with the headers, data in the body, URL that I sent in the request) etc..
Basically it's the data that cy-api returns in open mode.
It could be a SHOW_LOG_RUN_MODE flag for example, and if true, the log is displayed in headless mode
Good morning.. please, could you create a flag so that the request and response cy-api are returned when the tests are executed in headless mode.
Open mode:
The text was updated successfully, but these errors were encountered: