I've been thinking more about this release and I think there are some additional things we need to do before rolling this out. By moving to WatirSpec we're basically saying that we want Watir and Watir-WebDriver to have the same API. I think this is fantastic but I don't feel like we're there yet. We still need to:
* Make all WatirSpec tests pass for Watir * Look at the old Watir tests not covered by WatirSpec and migrate those tests into WatirSpec * Remove old Watir tests covered by WatirSpec * Look at our API vs Watir-Webdriver. We should understand where we differ and have a good reason why we might deviate. My concern is that we're going to break existing functionality. If I run the old Watir tests I'm seeing 56 failures/errors. If I run the new WatirSpec tests I see 32 failures. I guess I feel a little naked without passing tests :) Hugh
_______________________________________________ Wtr-development mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-development
