X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=automated-tests%2FREADME.md;h=12d0769bfb1fc2e012d8232f9ef53699c002c111;hp=8db6f2c7f2d71e25aab821157a456618d1a06d02;hb=0508771f2f38c4d2d457f2ea867eb6a907603b1f;hpb=214fe01378440e2ae1f953c61d68e2793184cc16 diff --git a/automated-tests/README.md b/automated-tests/README.md index 8db6f2c..12d0769 100644 --- a/automated-tests/README.md +++ b/automated-tests/README.md @@ -62,19 +62,19 @@ Run the following commands: cd automated-tests ./build.sh -This will build dali and dali-internal test sets. +This will build dali-toolkit and dali-toolkit-internal test sets. Test sets can be built individually: - ./build.sh dali + ./build.sh dali-toolkit They can also be built without regenerating test case scripts (Useful for quicker rebuilds) - ./build.sh -n dali-internal + ./build.sh -n dali-toolkit-internal Or without cleaning down the build area (Useful for fast build/run/debug cycles) - ./build.sh -n -r dali-internal + ./build.sh -n -r dali-toolkit-internal Executing the tests @@ -86,11 +86,11 @@ To execute tests, cd into automated-tests and run This will execute dali and dali-internal test sets. Note that the output summary for the first will be printed before running the second. -By default the tests execute in parallel, which is faster but does not produce a single output file (summary.xml). Use this to execute the tests in series: +By default the tests execute in parallel, which is faster but does not produce any test case output. Use this to execute the tests in series: ./execute.sh -s -To see the summary.xml results, execute the tests in series and open as follows: +To see the results, copy the style folder from web-tct_2.2.1_r1/tools/tct-mgr/style into automated-tests and run firefox --new-window summary.xml