Contents
Overview
CKTester is our internal testing hub, created to provide seamless and integrated testing experience to our developers, been capable of managing and interfacing tests from various projects which may potentially rely on different testing frameworks/runners. Been designed with convenient authoring and ease of viewing the test cases in mind, it could be running independently in all situation from a browser : locally, on a web server or via secure connections.
Installation
Below we'll take the CKEditor project as an example to illustrate the install process:
- Checkout CKEditor trunk( or any other version are subjected to test) from SVN ( We name the working copy path as CKEDITOR_ROOT below ).
- Checkout CKEditor's testing branch from SVN ( We name the working copy path as CKEDITOR_TEST_ROOT below ).
- Checkout CKTester from SVN into a folder( e.g. cktester ) under CKEDITOR_TEST_ROOT( We name the working copy path as CKTESTER_ROOT below ).
- Open the file {CKTESTER_ROOT}/variables.js.tpl with modification to the following variables:
Common Tasks
History
CKTester is evolved from previous project FCKTest.