From f74519ec04fd42873ca52cc44baebcbc41261c0c Mon Sep 17 00:00:00 2001 From: liuct Date: Tue, 4 Jun 2013 17:57:25 +0800 Subject: [PATCH] update the README --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index a5f59c3..38c4414 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ How to use: ================= - At first, install a test package or prepare one tests.xml file aligned with schema files: /opt/testkit/lite/xsd/testdefinition-syntax.xsd. + At first, navigate the root directory of testkit-lite And then, 1) You can run case with browser web run time : @@ -21,7 +21,7 @@ How to use: 5) If you just want to execute auto tests: ./testkit-lite -f "//tests.xml" -e '/browser-launcher' -A - 6) If you want to save test result to another file, by default it'll be under /opt/testkit/lite/latest: + 6) If you want to save test result to another file, by default it'll be under /path/to/testkit-lite/result/latest: ./testkit-lite -f "//tests.xml" -e '/browser-launcher' -o /xxx.xml 7) If you want to choose some filters: @@ -37,7 +37,7 @@ View Results: ================= Test report will be generated as tests.result.xml - The result will be under /path/to/testkit-lite/result/latest after execution, you can also check the history results in /opt/testkit/lite/yyyy-mm-dd-HH:MM:SS.NNNNNN. + The result will be under /path/to/testkit-lite/result/latest after execution, you can also check the history results in /path/to/testkit-lite/result/yyyy-mm-dd-HH:MM:SS.NNNNNN. open xml result file with a web browser(IE, Chrome or Firefox) Known Issues: -- 2.7.4