Skip to content

testkit/testkit-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Test Environment

Build and Run

  • Web Test Suite:

    Prepare for building by running the following command:

     $ cd webapi-testsuite-template
    

    Build ZIP package by running the following command:

     $ ./pack.sh
    

    Unzip the package on the test machine, use TIZEN Target for instance:

     $ sdb shell "unzip -o webapi-testsuite-template-<version>.zip -d /opt/usr/media/tct"
    

    Install the package on the test machine, use TIZEN Target for instance:

     $ sdb shell "/opt/usr/media/tct/opt/webapi-testsuite-template/inst.sh"
    

    Run test cases by running the following command on host:

     $ testkit-lite -f device:/opt/usr/media/tct/opt/webapi-testsuite-template/tests.xml -e "WRTLauncher" -o webapi-testsuite-template.results.xml
    
  • Core Test Suite:

    TBD