January 2010
2 posts
3 tags
We need more to be shown in the reports?!
What about all the files created during the spec? It would be great if all the pdf, image and whatever files saved or generated during the specs are accessible directly from the report. With the current formatter, only screenshot and html of the page are saved. But it’s relatively easy to add this functionality to the formatter - we just have to keep track of all the file names, which are...
Jan 12th
6 tags
The beginning of Watir's RSpec html formatter
I’ve promised in one of my earlier posts to create a better RSpec formatter for using with Watir. There isn’t anything hard when it comes to creating your own formatters - you just have to extend some of the already existing RSpec formatter’s classes and then add your own functionality to them. Since I’m interested in HTML reports as the one created in earlier post, then...
Jan 5th