Element-34 / py.saunter

sample framework for using selenium with python and page objects
Apache License 2.0
94 stars 35 forks source link

.xml output from failing test doesn't provide line number #10

Open mmaypumphrey opened 12 years ago

mmaypumphrey commented 12 years ago

See http://i.imgur.com/R6lD7.gif for a snapshot of this issue. The bottom browser is displaying output from a failing test executed in the old Python Page Objects framework. Note the line number of the failing assertion. The upper browser is displaying output from the same failing test executed in the new Py.Saunter framework. Note the absence of the line number for the failing assertion.

Could Py.Saunter be modified to always output this line number in the .xml results file?