Runners"

This website contains links to software which is either no longer maintained or will be supported only until the end of 2019 (CKFinder 2). For the latest documentation about current CKSource projects, including software like CKEditor 4/CKEditor 5, CKFinder 3, Cloud Services, Letters, Accessibility Checker, please visit the new documentation website.

If you look for an information about very old versions of CKEditor, FCKeditor and CKFinder check also the CKEditor forum, which was closed in 2015. If not, please head to StackOverflow for support.

(New page: == Overview == Runners are JavaScript testing frameworks used in the cells, which are deployed under '/runners' folder of the CKTester project. Currently the foll...)
 
m
Line 1: Line 1:
 
== Overview ==
 
== Overview ==
Runners are JavaScript testing frameworks used in the [[Users_Guide#Test_Cell|cells]], which are deployed under '/runners' folder of the CKTester project. Currently the following runners are supported:
+
'''Test runners''' are JavaScript testing frameworks used in the [[CKTester/Users_Guide#Test_Cell|cells]], which are deployed under '/runners' folder of the CKTester project. Currently the following runners are supported:
 
# [http://developer.yahoo.com/yui/yuitest/ YUI Unit Test]
 
# [http://developer.yahoo.com/yui/yuitest/ YUI Unit Test]
 
# [[CKTester/ManualTestRunner|CKTester Manual Runner]]
 
# [[CKTester/ManualTestRunner|CKTester Manual Runner]]
  
 
== Runner Extension ==
 
== Runner Extension ==
Sometimes the runner doesn't work with CKTester naturally( e.g. YUI Unit Test ), the integration efforts are delivered as extensions scripts which will enhance/integrate the runner at run time.
+
Sometimes runner doesn't work with CKTester naturally( e.g. YUI Unit Test ), the integration efforts are delivered as extensions scripts which will enhance/integrate the runner at run time.

Revision as of 11:45, 25 September 2009

Overview

Test runners are JavaScript testing frameworks used in the cells, which are deployed under '/runners' folder of the CKTester project. Currently the following runners are supported:

  1. YUI Unit Test
  2. CKTester Manual Runner

Runner Extension

Sometimes runner doesn't work with CKTester naturally( e.g. YUI Unit Test ), the integration efforts are delivered as extensions scripts which will enhance/integrate the runner at run time.