On Thu, Nov 22, 2012 at 11:46:56AM +0100, Jiří Stránský wrote: > > Also I think we should consider using something that can run and test > JavaScript. I'm focusing on API, so this doesn't affect my work directly, but > I think it might be worth it. Maybe frontend guys can say something about > this. > >
capybara with webkit as backend allows this you have a headless instance of webkit with all top level javascript objects accessible from ruby so using capybara is ok, you can then change the backend to get the javascript support -- Martin Povolny <[email protected]> tel. +420777714458
