#This configuration file is used by AutomationWithTestLink application for configuring the testing framework #Substitute there your personal access key #To get this key: TestLink -> personal -> API Interface -> generate a new key $DEV_KEY=a26fe087ccfcfff603782ad9faa1004b #Access key of a TestLink administrator is required to perform some operation $ADMIN_DEV_KEY=a26fe087ccfcfff603782ad9faa1004b #Server URL is the URL where to find the xmlrpc.php file which stands for TestLink API #default value is {$pathToYourTestLinkInstance}/lib/api/xmlrpc.php $SERVER_URL=http://gazelle.ihe.net/testlink/lib/api/xmlrpc.php #Path to the upload_area. For each test plan execution, the associated testNG result file is copied in TestLink folder $UPLOAD_AREA=/var/www/upload_area #TestNG result files directory storage $TESTNG_OUTPUT_DIRECTORY=/home/aberge/testNGresults #File containing all the results for all the suites executed by TestNG #default value is $TESTNG_OUTPUT_DIRECTORY/testng-results.xml $TESTNG_RESULTS_PATH=/home/aberge/testNGresults/testng-results.xml #Url of the repository where all files concerning the results are stored $REPOSITORY_URL = http://localhost/upload_area #When a test fail, the message returns by testNG is written in TestLink. The full stackTrace can also be printed. #Set $LOG_FULL_STACKSTRACE to true if you want to print the full stacktrace. false otherwise $LOG_FULL_STACKSTRACE=false #Character separating project prefix and external id (defined in config.inc.php or custom_config.inc.php of TestLink) #Default value is "-" $GLUE_CHARACTER=- ## end of configuration file