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
See http://i.imgur.com/QRRZ3.png for an image of the output from one of my failing tests in the old Python Page Objects framework (bottom) and in the new Py.Saunter framework (top). I prefer the old framework's output for two reasons:
The line of code that caused the failure looks just like I entered it when displayed by the old framework. In the new framework, it looks like some low-level debugger output, and is hence, much harder to read.
The test case that failed is fairly clearly identified in the old framework via its docstring--"Search for 'NDA'". In the new framework, one has to look into logs/latest.xml to find any identifying information.
Is there any way that Py.Saunter can be tweaked/configured to make the default output better in these two areas?
The text was updated successfully, but these errors were encountered:
See http://i.imgur.com/QRRZ3.png for an image of the output from one of my failing tests in the old Python Page Objects framework (bottom) and in the new Py.Saunter framework (top). I prefer the old framework's output for two reasons:
Is there any way that Py.Saunter can be tweaked/configured to make the default output better in these two areas?
The text was updated successfully, but these errors were encountered: