Opened 14 years ago
Closed 14 years ago
#4215 closed Task (fixed)
Setting up CKTester
Reported by: | Garry Yao | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | QA | Version: | |
Keywords: | Confirmed | Cc: |
Description (last modified by )
As a result of discussion the testing environment structure, we should have the new testing environment setup as below:
- A CKTester project should be available as below, which contains the basic infrastructure of testing, including various runners, common testing library, etc. It should not contains any test cases or test suites related to any project:
- SVN Repository: http://svn.fckeditor.net/CKTester/trunk
- The project dedicated testing resources should be available as a separate branch, which will majorly hold all the test suites and test cases of itself, beside that, it also responsible for providing the necessary configuration ( e.g. path to the project to test ) to runner. In this particular branch, a folder named 'cktester' with svn:external will point to the above 'CKTester' project, which helps to perform the testing without leaving the project. All projects must comply this convention.
- SVN Repository branch : http://www.fckeditor.net/{projectName}/tests
- Web accessible at : http://t/{projectName}
Change History (5)
comment:1 Changed 14 years ago by
Owner: | set to Garry Yao |
---|---|
Status: | new → assigned |
comment:2 Changed 14 years ago by
comment:3 Changed 14 years ago by
Description: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
comment:4 Changed 14 years ago by
Description: | modified (diff) |
---|---|
Resolution: | fixed |
Status: | closed → reopened |
The correct branch for CKEditor tests repository should be at https://svn.fckeditor.net/CKEditor/tests after talking with Fred.
comment:5 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Changes committed with [4061]-[4066],[4087],[4090].