Friday, 8 December 2006

Selenium on Rails and Edge, again

« Selenium on Rails patch for Edge | Main | Firebug 1.0 »

It seems that the patch wasn't complete. In fact there was also an issue with test:acceptance task. A description of the problem and relative solution can be found here: http://forums.openqa.org/thread.jspa?threadID=5282.

Moreover, if you are wondering why you can't find any result file in selenium-on-rails/log after having run the task (as I was), the reason is that they are removed unless there are some test failures the tests take more time than a configurable limit (see selenium-on-rails/lib/selenium-on-rails/acceptance_test_runner.rb).

Did you save other 5 minutes? ;-)

2006-Dec-09 CET: modified to correct my wrong assertion about the reason why log files aren't preserved after task execution. By the way, I'd prefer if these files weren't removed when there is some failures, as I thought initially.

Technorati Tags:

Posted by Nicola Piccinini at 2:30 AM CET in devel/