Simon Madine

Results 5 comments of Simon Madine

This definitely sounds like a good avenue to explore. I started wondering about reporters just this weekend (actually after discovering the [mocha nyan reporter](http://vimeo.com/44180900)). Along with the plugin API ideas,...

The options for reporter from Cucumber are - JSON (looks like this: https://gist.github.com/thingsinjars/7088966 ) - Pretty (Writes out the scenario) - Progress (the current one) - Summary (the last lines...

Done a few tests with Selenium 2.35 and the latest webdriverJS but there may be a few more things needing updated. `webdriver.getSize` is now `webdriver.getElementSize`, for example. Make a new...

Good idea. Off the top of my head, I'd say it should be fairly straightforward by modifying the [parseTests](https://github.com/thingsinjars/cssert/blob/master/lib/cssert.js#L104) function. That is intended to read multiple test cases from a...

Hmmm... I've had a play around and nothing obvious is jumping out at me. I'll keep investigating and see what I find. I've been using it with static HTML so...