summaryrefslogtreecommitdiffstats
path: root/uitest
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2016-05-07 21:28:18 +0300
committerArtur Signell <artur@vaadin.com>2016-05-07 21:28:18 +0300
commitc6716287e1df1371b4e836e0cde01eb58974c64d (patch)
treeec7a9d785b065a85b0555f38fe703b8b1b8a3095 /uitest
parentbac444d87723ba9ace0147038fc2f7bd122dbc68 (diff)
downloadvaadin-framework-c6716287e1df1371b4e836e0cde01eb58974c64d.tar.gz
vaadin-framework-c6716287e1df1371b4e836e0cde01eb58974c64d.zip
Test using Payara
Change-Id: Ife341d184386db4fd51f1c7209ddb0cb46f6d73d
Diffstat (limited to 'uitest')
-rw-r--r--uitest/integration_tests.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/uitest/integration_tests.xml b/uitest/integration_tests.xml
index ad03f57d8e..cadb3d9da1 100644
--- a/uitest/integration_tests.xml
+++ b/uitest/integration_tests.xml
@@ -233,6 +233,12 @@
<param name="target-server" value="glassfish4" />
</antcall>
</target>
+ <target name="integration-test-payara">
+ <antcall target="run-generic-integration-test">
+ <param name="startDelay" value="10" />
+ <param name="target-server" value="payara" />
+ </antcall>
+ </target>
<target name="integration-test-liferay6">
@@ -326,6 +332,7 @@
<antcall target="integration-test-weblogic12" />
<antcall target="integration-test-glassfish3" />
<antcall target="integration-test-glassfish4" />
+ <antcall target="integration-test-payara" />
<antcall target="integration-test-jboss4" />
<antcall target="integration-test-jboss5" />
<antcall target="integration-test-jboss6" />