summaryrefslogtreecommitdiffstats
path: root/uitest/test.xml
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2016-03-31 15:22:02 +0300
committerArtur Signell <artur@vaadin.com>2016-04-01 16:31:14 +0300
commit8c0733d75692a638a5c5a2bece7eaa8b335176f8 (patch)
tree376d715b7a15ed8aafe93648deded3db216c9f98 /uitest/test.xml
parente1010caef8369b183275150c1a95597b068bb018 (diff)
downloadvaadin-framework-8c0733d75692a638a5c5a2bece7eaa8b335176f8.tar.gz
vaadin-framework-8c0733d75692a638a5c5a2bece7eaa8b335176f8.zip
Remove TB2 tests and integration tests for legacy servers/portals
Change-Id: I1c6d830c8a71674c264738f709ad12da3b91cd5c
Diffstat (limited to 'uitest/test.xml')
-rw-r--r--uitest/test.xml15
1 files changed, 0 insertions, 15 deletions
diff --git a/uitest/test.xml b/uitest/test.xml
index c07c4d96af..04b88bae1c 100644
--- a/uitest/test.xml
+++ b/uitest/test.xml
@@ -169,19 +169,4 @@
<!-- The default target. -->
<target name="run-and-clean-up" depends="check-parameters,remove-error-screens,run-tb2-tests" />
-
- <!-- Runs all TestBench 2 tests -->
- <target name="tb2-tests" unless="tests.tb2.skip">
- <property name="test-output-dir" location="${test.xml.dir}/result/testbench-junit-classes" />
- <property name="retries" value="2" />
-
- <!-- Parameters for the test.xml script. -->
- <fail unless="com.vaadin.testbench.tester.host" message="The 'com.vaadin.testbench.tester.host' property must be defined." />
- <fail unless="com.vaadin.testbench.deployment.url" message="The 'com.vaadin.testbench.deployment.url' property must be defined." />
- <fail unless="com.vaadin.testbench.lib.dir" message="The 'com.vaadin.testbench.lib.dir' property must be defined." />
- <property name="com.vaadin.testbench.screenshot.block.error" value="0.025" />
- <property name="com.vaadin.testbench.debug" value="false" />
-
- <antcall inheritall="true" inheritrefs="true" target="run-tb2-tests" />
- </target>
</project>