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.

m
(Article contents proof-read and formatted)
 
Line 1: Line 1:
 
== Overview ==
 
== Overview ==
'''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:
+
'''Test runners''' are JavaScript testing frameworks used in the [[CKTester/Users_Guide#Test_Cell|cells]], which are deployed under the <code>/runners</code> 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 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 the runner does not automatically work with CKTester (e.g. YUI Unit Test). The integration efforts are then delivered as extension scripts which enhance/integrate the runner at runtime.

Latest revision as of 09:53, 17 May 2011

Overview

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

  1. YUI Unit Test
  2. CKTester Manual Runner

Runner Extension

Sometimes the runner does not automatically work with CKTester (e.g. YUI Unit Test). The integration efforts are then delivered as extension scripts which enhance/integrate the runner at runtime.

This page was last edited on 17 May 2011, at 09:53.