X-Git-Url: http://git.phpeclipse.com diff --git a/utilities/pluginbuilder/build-files/automatedTests/run-tests.properties b/utilities/pluginbuilder/build-files/automatedTests/run-tests.properties new file mode 100644 index 0000000..c9bbe7e --- /dev/null +++ b/utilities/pluginbuilder/build-files/automatedTests/run-tests.properties @@ -0,0 +1,51 @@ +# +# BEGIN default properties for executing run-tests.xml standalone +# (these properties are already set if run-tests.xml is called +# from the postBuild target in custumTargets.xml) +# + +buildType=N +# archivePrefix is used to determine to which location the build result must be +# extracted: +# if ${archivePrefix} == eclipse the folder will be ${test.eclipse.base} +# ${test.eclipse.host} otherwise. +# Note: The latter makes only sense if archive Prefix is set to ".". If it has +# another value the eclipse host won't be created successfully. +archivePrefix=. + +# test.eclipse.zip must be a zip file for windows and tar file for linux +test.eclipse.zip=C:/downloads/eclipse-SDK-3.2.1-win32.zip +autotestsuite.trace=true +autotestsuite.plugin.inclusions=.*test$ +autotestsuite.plugin.exclusions= +autotestsuite.class.inclusions=.* +autotestsuite.class.exclusions=.*\\.All.*;.*ServerCommunication.* + +# +# END default properties for executing run-tests.xml standalone +# + +# test.eclipse.host points to a directory where an Eclipse installation for the +# tests will be built. Therefore ${test.eclipse.zip} will be extracted first and +# then there will be additional plug-ins be "installed", which means they will +# be extracted. The implication of this kind of installation is that the test +# Eclipse host must be called with the clean parameter later +# It is expected that test.eclipse.host contains a subfolder eclipse. +# The plug-ins which will be installed are the plug-ins located in +# ${buildResultsDir} plus the eclipse test framework plus the autotestsuite. +test.eclipse.base=${buildDirectory}/automatedTests + +test.eclipse.host=${test.eclipse.base}/eclipse + +# Denotes the ant script where the target ui-test is defined +test.library.xml=${test.eclipse.host}/plugins/org.eclipse.test_3.1.0/library.xml + +# Directory where the reports are collected +test.result.dir=${test.eclipse.host}/test-reports + +# Specifies the overall report in ${test.result.dir}/xml +test.aggregated.report=testReport_${buildLabel}.xml + +# Workspace for the tests. Particularly useful is ${test.workspace}/.metadata/.log +test.workspace=${test.eclipse.host}/workspace +