public static Test suite() throws Exception
{
// create a wysiwyg test suite for all the wysiwyg tests to be executed with the Colibri skin executor
// FIXME: the skin executor setting should be in a ColibriTestSetup, so that the provider for skin functions is
// injected at setup time, and can be changed by changing the decorator
WysiwygTestSuite suite = new WysiwygTestSuite("WYSIWYG Selenium Tests", FlamingoSkinExecutor.class);
addTestCase(suite, SubmitTest.class);
addTestCase(suite, StandardFeaturesTest.class);
addTestCase(suite, HistoryTest.class);
addTestCase(suite, LineTest.class);