[xwiki-users] Testing framework within XWiki pages

2009-12-01 Thread Rieken, Joshua
Hello all, I've been desiring a testing framework to aid my development efforts within XWiki pages. Specifically, I want to use test-driven development so that I can write tests for scripts before I write the scripts themselves. These tests would be harnesses (possibly using {{include

Re: [xwiki-users] Testing framework within XWiki pages

2009-12-01 Thread Vincent Massol
Hi Joshua, I worked a bit on this a few years ago. I started a Selenium-based test framework but the goal was to test functionally wiki pages. It's available here: http://code.xwiki.org/xwiki/bin/view/Applications/SeleniumApplication Other than that I don't recall hearing anything similar to

Re: [xwiki-users] Testing framework within XWiki pages

2009-12-01 Thread Guillaume Lerouge
Hi Joshua, On Tue, Dec 1, 2009 at 5:40 PM, Rieken, Joshua joshua_rie...@reyrey.comwrote: Hello all, I've been desiring a testing framework to aid my development efforts within XWiki pages. Specifically, I want to use test-driven development so that I can write tests for scripts before I