test/tools/testkit-lite.git
9 years agofix retry issue
liuct [Tue, 9 Sep 2014 17:56:28 +0000 (01:56 +0800)]
fix retry issue

9 years agofix importing issue of selenium
liuct [Fri, 5 Sep 2014 16:41:44 +0000 (00:41 +0800)]
fix importing issue of selenium

9 years agofix wd_url issue
liuct [Fri, 5 Sep 2014 14:23:01 +0000 (22:23 +0800)]
fix wd_url issue

9 years agoupdate the importing issue handler
liuct [Fri, 5 Sep 2014 13:51:35 +0000 (21:51 +0800)]
update the importing issue handler

9 years agoupdate version to 3.1.7 upstream/3.1.7
liuct [Fri, 5 Sep 2014 12:38:56 +0000 (20:38 +0800)]
update version to 3.1.7

9 years agoupdate for web driver test: app name rules
liuct [Fri, 5 Sep 2014 12:37:52 +0000 (20:37 +0800)]
update for web driver test: app name rules

9 years agofix core test issue: return code for app user
liuct [Fri, 5 Sep 2014 12:37:10 +0000 (20:37 +0800)]
fix core test issue: return code for app user

9 years agofix localhost device no issue: use empty
liuct [Fri, 5 Sep 2014 12:36:27 +0000 (20:36 +0800)]
fix localhost device no issue: use empty

9 years agoupdate test app obtaining
liuct [Thu, 4 Sep 2014 06:10:24 +0000 (14:10 +0800)]
update test app obtaining

9 years agoMerge pull request #53 from zqzhang/zqzhang/readme
LiuChengTao [Wed, 3 Sep 2014 01:00:53 +0000 (09:00 +0800)]
Merge pull request #53 from zqzhang/zqzhang/readme

Format README.md and remove a duplicated README

9 years agoMerge pull request #52 from zqzhang/zqzhang/md-format
LiuChengTao [Wed, 3 Sep 2014 01:00:45 +0000 (09:00 +0800)]
Merge pull request #52 from zqzhang/zqzhang/md-format

Rename readme.txt to readme.md and format it

9 years agoMerge pull request #51 from zqzhang/zqzhang/js-format
LiuChengTao [Wed, 3 Sep 2014 01:00:27 +0000 (09:00 +0800)]
Merge pull request #51 from zqzhang/zqzhang/js-format

Format application.js

9 years agoMerge pull request #50 from zqzhang/zqzhang/css-format
LiuChengTao [Wed, 3 Sep 2014 01:00:18 +0000 (09:00 +0800)]
Merge pull request #50 from zqzhang/zqzhang/css-format

Format tests.css

9 years agoMerge pull request #49 from zqzhang/zqzhang/xsd-format
LiuChengTao [Wed, 3 Sep 2014 01:00:06 +0000 (09:00 +0800)]
Merge pull request #49 from zqzhang/zqzhang/xsd-format

Format test_definition.xsd by `xmllint --format`

9 years agoMerge pull request #48 from zqzhang/zqzhang/xml-format
LiuChengTao [Wed, 3 Sep 2014 00:59:56 +0000 (08:59 +0800)]
Merge pull request #48 from zqzhang/zqzhang/xml-format

Format tests.xml and result.xml by `xmllint --format`

9 years agoMerge pull request #47 from zqzhang/zqzhang/xsl-format
LiuChengTao [Wed, 3 Sep 2014 00:59:45 +0000 (08:59 +0800)]
Merge pull request #47 from zqzhang/zqzhang/xsl-format

Format testcase.xsl and testresult.xsl by `xmllint --format`

9 years agoFormat README.md and remove a duplicated README
Zhiqiang Zhang [Fri, 29 Aug 2014 02:31:20 +0000 (10:31 +0800)]
Format README.md and remove a duplicated README

9 years agoRename readme.txt to readme.md and format it
Zhiqiang Zhang [Thu, 28 Aug 2014 08:31:41 +0000 (16:31 +0800)]
Rename readme.txt to readme.md and format it

- Reword and format the text as markdown
- Remove trailing white spaces

9 years agoFormat application.js
Zhiqiang Zhang [Thu, 28 Aug 2014 08:14:07 +0000 (16:14 +0800)]
Format application.js

- http://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml
- Indent by 2 spaces at a time
- Remove trailing white spaces

9 years agoFormat tests.css
Zhiqiang Zhang [Thu, 28 Aug 2014 06:56:51 +0000 (14:56 +0800)]
Format tests.css

- http://google-styleguide.googlecode.com/svn/trunk/htmlcssguide.xml
- Indent by 2 spaces at a time
- Separate selectors and declarations by new lines

9 years agoFormat test_definition.xsd by `xmllint --format`
Zhiqiang Zhang [Thu, 28 Aug 2014 06:27:13 +0000 (14:27 +0800)]
Format test_definition.xsd by `xmllint --format`

Reference: http://xmlsoft.org/xmllint.html

This just formats the test_definition.xsd indent with 2 spaces,
and removes empty line.
No code logic change.

9 years agoFormat tests.xml and result.xml by `xmllint --format`
Zhiqiang Zhang [Thu, 28 Aug 2014 06:14:50 +0000 (14:14 +0800)]
Format tests.xml and result.xml by `xmllint --format`

Reference: http://xmlsoft.org/xmllint.html
This just formats the .xml files' indent with 2 spaces, empty line.
`tests.xml` and `result.xml` look the same as before.

Expect the generated result.xml use 2 spaces indent.

9 years agoReplace tab with 2 spaces for .xsl file indent
Zhiqiang Zhang [Thu, 28 Aug 2014 05:57:11 +0000 (13:57 +0800)]
Replace tab with 2 spaces for .xsl file indent

9 years agoFormat testcase.xsl and testresult.xsl by `xmllint --format`
Zhiqiang Zhang [Thu, 28 Aug 2014 05:08:33 +0000 (13:08 +0800)]
Format testcase.xsl and testresult.xsl by `xmllint --format`

Reference: http://xmlsoft.org/xmllint.html
This just formats the .xsl files' indent with 2 spaces, empty line.
`tests.xml` looks the same as before.

9 years agoadd retry process for the xwalk android app
liuct [Fri, 22 Aug 2014 12:03:34 +0000 (20:03 +0800)]
add retry process for the xwalk android app

9 years agofix pyunit test module matching issue
liuct [Fri, 22 Aug 2014 11:02:02 +0000 (19:02 +0800)]
fix pyunit test module matching issue

9 years agoupdate the envs process for core test
liuct [Wed, 20 Aug 2014 18:24:09 +0000 (02:24 +0800)]
update the envs process for core test

9 years agoupdate rpm pkg version
liuct [Tue, 19 Aug 2014 17:59:31 +0000 (01:59 +0800)]
update rpm pkg version

9 years agoadd option --testenvs for core test execution
liuct [Tue, 19 Aug 2014 17:58:10 +0000 (01:58 +0800)]
add option --testenvs for core test execution

9 years agoupdate envs for webdriver executor
liuct [Fri, 15 Aug 2014 03:16:01 +0000 (11:16 +0800)]
update envs for webdriver executor

9 years agofix webdriver issues
liuct [Thu, 14 Aug 2014 11:58:51 +0000 (19:58 +0800)]
fix webdriver issues

9 years agofix rpm build: add resource file for webdriver
liuct [Wed, 13 Aug 2014 03:55:03 +0000 (11:55 +0800)]
fix rpm build: add resource file for webdriver

9 years agofix debian build issue, add missed data file
liuct [Wed, 13 Aug 2014 03:25:52 +0000 (11:25 +0800)]
fix debian build issue, add missed data file

9 years agouse same logger for webdriver test executor
liuct [Wed, 13 Aug 2014 01:21:28 +0000 (09:21 +0800)]
use same logger for webdriver test executor

9 years agofix some typo issues
liuct [Tue, 12 Aug 2014 01:40:34 +0000 (09:40 +0800)]
fix some typo issues

9 years agoupdate version of Lite to 3.1.5
liuct [Mon, 11 Aug 2014 09:22:47 +0000 (17:22 +0800)]
update version of Lite to 3.1.5

9 years agofix issue: always get exit code 0 when execute core test under app user
liuct [Mon, 11 Aug 2014 09:19:35 +0000 (17:19 +0800)]
fix issue: always get exit code 0 when execute core test under app user

9 years agofix webdriver manual test cases execution issue
liuct [Mon, 11 Aug 2014 08:59:50 +0000 (16:59 +0800)]
fix webdriver manual test cases execution issue

9 years agoraise error for invalid webdriver target platform
chengtao.liu [Wed, 23 Jul 2014 10:43:35 +0000 (18:43 +0800)]
raise error for invalid webdriver target platform

9 years agofix issue of test_app undefined
chengtao.liu [Wed, 23 Jul 2014 10:30:54 +0000 (18:30 +0800)]
fix issue of test_app undefined

9 years agoupdate version of rpm to 3.1.4
chengtao.liu [Wed, 23 Jul 2014 02:21:59 +0000 (10:21 +0800)]
update version of rpm to 3.1.4

9 years agoupdate for envrions for core test / webdriver cases
chengtao.liu [Wed, 23 Jul 2014 02:12:19 +0000 (10:12 +0800)]
update for envrions for core test / webdriver cases

9 years agosupport webdriver test with tizen crosswalk
chengtao.liu [Tue, 22 Jul 2014 03:53:12 +0000 (11:53 +0800)]
support webdriver test with tizen crosswalk

9 years agoadd webdriver test engine
chengtao.liu [Fri, 11 Jul 2014 05:43:37 +0000 (13:43 +0800)]
add webdriver test engine

9 years agoupdate the resource location for tizen distribution
chengtao.liu [Fri, 11 Jul 2014 04:54:30 +0000 (12:54 +0800)]
update the resource location for tizen distribution

9 years agofix hang issue when execute empty test set
chengtao.liu [Mon, 7 Jul 2014 10:47:41 +0000 (18:47 +0800)]
fix hang issue when execute empty test set

9 years agofix issue on common image over ssh
chengtao.liu [Thu, 19 Jun 2014 10:33:52 +0000 (18:33 +0800)]
fix issue on common image over ssh

10 years agosync testkit-lite to v3.1.0 upstream/3.1.0
chengtao.liu [Wed, 28 May 2014 03:29:16 +0000 (11:29 +0800)]
sync testkit-lite to v3.1.0

10 years agoUpdate README.md
LiuChengTao [Wed, 30 Apr 2014 06:06:02 +0000 (14:06 +0800)]
Update README.md

update RPM building for ubuntu OS

10 years agoUpdate README.md
LiuChengTao [Wed, 30 Apr 2014 06:00:10 +0000 (14:00 +0800)]
Update README.md

add rpm build

10 years agoMerge pull request #46 from liuct/fix-setup-issue
LiuChengTao [Fri, 25 Apr 2014 05:47:47 +0000 (13:47 +0800)]
Merge pull request #46 from liuct/fix-setup-issue

fix issue for debian packing

10 years agofix issue for debian packing
chengtao.liu [Fri, 25 Apr 2014 05:46:57 +0000 (13:46 +0800)]
fix issue for debian packing

10 years agoUpdate README.md
LiuChengTao [Wed, 16 Apr 2014 10:34:51 +0000 (18:34 +0800)]
Update README.md

10 years agoUpdate README.md
LiuChengTao [Wed, 16 Apr 2014 10:28:21 +0000 (18:28 +0800)]
Update README.md

add python-support python-setuptools

10 years agoMerge pull request #45 from liuct/add-tizen-localmode
LiuChengTao [Tue, 15 Apr 2014 02:37:57 +0000 (10:37 +0800)]
Merge pull request #45 from liuct/add-tizen-localmode

add tizen device local execution mode

10 years agoadd tizen device local execution mode
chengtao.liu [Tue, 15 Apr 2014 02:37:10 +0000 (10:37 +0800)]
add tizen device local execution mode

10 years agoMerge pull request #44 from liuct/add-subcases-support
LiuChengTao [Tue, 15 Apr 2014 02:34:36 +0000 (10:34 +0800)]
Merge pull request #44 from liuct/add-subcases-support

sync lite to 3.0.11

10 years agosync lite to 3.0.11
chengtao.liu [Tue, 15 Apr 2014 02:33:32 +0000 (10:33 +0800)]
sync lite to 3.0.11

10 years agoUpdate README.md
LiuChengTao [Wed, 26 Mar 2014 03:44:34 +0000 (11:44 +0800)]
Update README.md

update the command styles

10 years agoUpdate and rename README to README.md
LiuChengTao [Wed, 26 Mar 2014 03:35:43 +0000 (11:35 +0800)]
Update and rename README to README.md

10 years agoUpdate README
LiuChengTao [Wed, 26 Mar 2014 03:34:43 +0000 (11:34 +0800)]
Update README

add debian and uninstall description

10 years agoMerge pull request #43 from liuct/update-setup-script
LiuChengTao [Wed, 26 Mar 2014 03:18:35 +0000 (11:18 +0800)]
Merge pull request #43 from liuct/update-setup-script

update the install and version

10 years agoupdate the install and version
chengtao.liu [Wed, 26 Mar 2014 03:16:21 +0000 (11:16 +0800)]
update the install and version

10 years agoMerge pull request #42 from liuct/fix-issues
LiuChengTao [Mon, 24 Mar 2014 07:45:41 +0000 (15:45 +0800)]
Merge pull request #42 from liuct/fix-issues

Fix issues

10 years agoupdate launcher codes for web test
chengtao.liu [Mon, 24 Mar 2014 07:44:22 +0000 (15:44 +0800)]
update launcher codes for web test

10 years agoprocess endless stdout of daemon launching
chengtao.liu [Mon, 24 Mar 2014 07:43:42 +0000 (15:43 +0800)]
process endless stdout of daemon launching

10 years agoupdate the dbus implmentation
chengtao.liu [Mon, 24 Mar 2014 07:42:51 +0000 (15:42 +0800)]
update the dbus implmentation

10 years agoMerge pull request #41 from liuct/update_xwalk_usage
LiuChengTao [Thu, 20 Mar 2014 09:59:35 +0000 (17:59 +0800)]
Merge pull request #41 from liuct/update_xwalk_usage

update the web test of xwalk to run as service mode

10 years agoupdate the web test of xwalk to run as service mode
chengtao.liu [Thu, 20 Mar 2014 09:58:31 +0000 (17:58 +0800)]
update the web test of xwalk to run as service mode

10 years agoMerge pull request #40 from liuct/remove-webrunner
LiuChengTao [Mon, 17 Mar 2014 06:25:14 +0000 (14:25 +0800)]
Merge pull request #40 from liuct/remove-webrunner

remove webrunner source

10 years agoremove webrunner source
chengtao.liu [Mon, 17 Mar 2014 06:23:35 +0000 (14:23 +0800)]
remove webrunner source

10 years agoMerge pull request #39 from liuct/update-for-supporting-xwalk upstream/3.0.7
LiuChengTao [Tue, 4 Mar 2014 09:11:52 +0000 (17:11 +0800)]
Merge pull request #39 from liuct/update-for-supporting-xwalk

resume wrt tag process

10 years agoresume wrt tag process
chengtao.liu [Tue, 4 Mar 2014 09:08:17 +0000 (17:08 +0800)]
resume wrt tag process

10 years agoMerge pull request #38 from liuct/update-for-supporting-xwalk
LiuChengTao [Tue, 4 Mar 2014 06:21:21 +0000 (14:21 +0800)]
Merge pull request #38 from liuct/update-for-supporting-xwalk

upadte for xwalk supporting

10 years agoupadte for xwalk supporting
chengtao.liu [Tue, 4 Mar 2014 06:18:24 +0000 (14:18 +0800)]
upadte for xwalk supporting

10 years agoMerge pull request #37 from liuct/update-codes-tct-2.2.1 upstream/2.3.22
LiuChengTao [Mon, 10 Feb 2014 10:07:59 +0000 (18:07 +0800)]
Merge pull request #37 from liuct/update-codes-tct-2.2.1

sync codes for tizen_tct_2.2.1

10 years agosync codes for tizen_tct_2.2.1
chengtao.liu [Mon, 10 Feb 2014 10:06:14 +0000 (18:06 +0800)]
sync codes for tizen_tct_2.2.1

10 years agoUpdate testkit-lite to v2.3
Shao-Feng [Wed, 6 Nov 2013 07:37:59 +0000 (15:37 +0800)]
Update testkit-lite to v2.3

10 years agoUpdate the test definition schema for fuzzy cases
joey [Wed, 19 Jun 2013 06:47:29 +0000 (14:47 +0800)]
Update the test definition schema for fuzzy cases

11 years agoupdate VERSION
jwang [Tue, 4 Jun 2013 12:15:41 +0000 (20:15 +0800)]
update VERSION

11 years agoAdd test-browser.sh example and update README
jwang [Tue, 4 Jun 2013 11:05:21 +0000 (19:05 +0800)]
Add test-browser.sh example and update README

11 years agoremove pyc files
liuct [Tue, 4 Jun 2013 10:00:55 +0000 (18:00 +0800)]
remove pyc files

11 years agoupdate the README
liuct [Tue, 4 Jun 2013 09:57:25 +0000 (17:57 +0800)]
update the README

11 years agoadd gitignore file
liuct [Tue, 4 Jun 2013 09:55:07 +0000 (17:55 +0800)]
add gitignore file

11 years agoremove pyc files
liuct [Tue, 4 Jun 2013 09:49:59 +0000 (17:49 +0800)]
remove pyc files

11 years agoupdate the README, and output results in the relative path
liuct [Tue, 4 Jun 2013 09:02:03 +0000 (17:02 +0800)]
update the README, and output results in the relative path

11 years agoSynce codes on 2013/6/3 16:56
joey [Mon, 3 Jun 2013 08:54:42 +0000 (16:54 +0800)]
Synce codes on 2013/6/3 16:56

11 years agotestkit-lite v2.1
joey [Tue, 7 May 2013 09:51:59 +0000 (17:51 +0800)]
testkit-lite v2.1

11 years agoMerge branch '2.3.0-2.testing' testkit-lite-2.0-final-version-ww19 testkit-lite-ww04release-2.3.0-2
Tang Shaofeng [Thu, 24 Jan 2013 09:48:39 +0000 (17:48 +0800)]
Merge branch '2.3.0-2.testing'

11 years agoadd check performance test
sui wendong [Thu, 24 Jan 2013 02:18:13 +0000 (10:18 +0800)]
add check performance test

11 years agoUpdate the help for showing correct testkit-lite version
Tang Shaofeng [Wed, 23 Jan 2013 08:18:23 +0000 (16:18 +0800)]
Update the help for showing correct testkit-lite version

11 years agoUpdated by WeiDong
Tang Shaofeng [Tue, 22 Jan 2013 09:37:12 +0000 (17:37 +0800)]
Updated by WeiDong

   1. change default expect_result from "none" to "0"
   2. add log when split xml by set
   3. update function to remove empty set from the testing list, after split xml by set

11 years agoUpdate the Release number for 2.3.0-2
Tang Shaofeng [Tue, 22 Jan 2013 09:35:33 +0000 (17:35 +0800)]
Update the Release number for 2.3.0-2

11 years agoMerge the PR https://github.com/testkit/testkit-lite/pull/3 for testing 2.3.0-2
Tang Shaofeng [Tue, 22 Jan 2013 08:12:51 +0000 (16:12 +0800)]
Merge the PR https://github.com/testkit/testkit-lite/pull/3 for testing 2.3.0-2

11 years ago1\ resolve the bug 655, no trace log will be shown any longer
Tang Shaofeng [Fri, 18 Jan 2013 09:59:06 +0000 (17:59 +0800)]
1\ resolve the bug 655, no trace log will be shown any longer
2\ replace minidom with ETree to parse and generate XML in http_server

11 years agoremove testing
joey [Fri, 18 Jan 2013 07:04:30 +0000 (15:04 +0800)]
remove testing

11 years agoMerge pull request #1 from JoeyCarolyn/master
Shao-Feng [Fri, 18 Jan 2013 06:27:40 +0000 (22:27 -0800)]
Merge pull request #1 from JoeyCarolyn/master

TestFormergingProcess

11 years agoA test for git merging process
joey [Fri, 18 Jan 2013 06:24:32 +0000 (14:24 +0800)]
A test for git merging process

11 years agoapply shaofeng's patch for server testkit-lite-ww03release-2.3.0-1
sui wendong [Mon, 14 Jan 2013 08:05:58 +0000 (16:05 +0800)]
apply shaofeng's patch for server

11 years agoupdate parameter when reload xml
sui wendong [Mon, 14 Jan 2013 02:41:52 +0000 (10:41 +0800)]
update parameter when reload xml