#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=@devkey@ #Access key of a TestLink administrator is required to perform some operation $ADMIN_DEV_KEY=@admin.devkey@ #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=@testlink.base.url@/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=@testlink.base.dir@/ #TestNG result files directory storage $TESTNG_OUTPUT_DIRECTORY=@testlink.base.dir@/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=@testlink.base.dir@/testNGresults/testng-results.xml #Url of the repository where all files concerning the results are stored $REPOSITORY_URL = @testlink.base.url@/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=@bool.full.log@ #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