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
I propose that we use JSON for the test output. That way we can iterate the data of the response of the tests and check for different content elements easier than just looking in the HTML if a string is present.
The text was updated successfully, but these errors were encountered:
Instead of replacing the HTML with a JSON response, a clean html output
without header and unnecessary linebreaks will improve the readability
in error case a lot.
Related: #12
Instead of replacing the HTML with a JSON response, a clean html output
without header and unnecessary linebreaks will improve the readability
in error case a lot.
Related: #12
I propose that we use JSON for the test output. That way we can iterate the data of the response of the tests and check for different content elements easier than just looking in the HTML if a string is present.
The text was updated successfully, but these errors were encountered: