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
Hi @hdorgeval, thanks for the feedback! It happened because you had passed stringifyResponseBody: true and logResponseBody: false. You can't stringify a request body, if you don't log it. I think we can throw a more descriptive error in this case, or just ignore the stringifyResponseBody option in the context of this issue: #2555.
This thread has been automatically locked since it is closed and there has not been any recent activity. Please open a new issue for related bugs or feature requests. We recommend you ask TestCafe API, usage and configuration inquiries on StackOverflow.
Are you requesting a feature or reporting a bug?
May be a bug
What is the current behavior?
Test is launched throufh testcafe-live
But stops immediately with the following error message:
What is the expected behavior?
How would you reproduce the current behavior (if this is a bug)?
test will run when
logResponseBody: false
is replaced bylogResponseBody: true
Provide the test code and the tested page URL (if applicable)
Tested page URL:
Test code
Specify your
The text was updated successfully, but these errors were encountered: