(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...) |
(Article contents proof-read and formatted) |
||
(One intermediate revision by one other user not shown) | |||
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 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 the runner | + | 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 08: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:
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.