diff options
author | Henri Sara <henri.sara@itmill.com> | 2011-08-01 13:16:59 +0000 |
---|---|---|
committer | Henri Sara <henri.sara@itmill.com> | 2011-08-01 13:16:59 +0000 |
commit | 1bdc1366d7280c18e266e0868a9131042cbbea8e (patch) | |
tree | fcf1440bd8ab7d149c3ad89ddc1d412786e280d3 /tests/integration_tests.xml | |
parent | ddd5c45b6eca898ac93f422a230e0775e6268a59 (diff) | |
download | vaadin-framework-1bdc1366d7280c18e266e0868a9131042cbbea8e.tar.gz vaadin-framework-1bdc1366d7280c18e266e0868a9131042cbbea8e.zip |
Run integration tests with Chrome
svn changeset:20065/svn branch:6.7
Diffstat (limited to 'tests/integration_tests.xml')
-rw-r--r-- | tests/integration_tests.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/tests/integration_tests.xml b/tests/integration_tests.xml index b183a317a3..4db01932f6 100644 --- a/tests/integration_tests.xml +++ b/tests/integration_tests.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?>
-<project name="Test sampler deployment" basedir="." default="integration-test-all">
+<project name="Vaadin Integration Tests" basedir="." default="integration-test-all">
<!-- Target deploying demo.war -->
<fail unless="test.integration.server" message="test.integration.server must be set for integration tests to run"/>
@@ -9,7 +9,7 @@ <fail unless="test.integration.antfile" message="test.integration.antfile must be set for integration tests to run"/>
<!-- Test with these browsers -->
- <property name="test_browsers" value="winxp-firefox36" />
+ <property name="test_browsers" value="winxp-googlechrome" />
<!-- Path to key file. Default value -->
<property name="sshkey.file" value="id_dsa" />
@@ -187,7 +187,7 @@ <property name="com.vaadin.testbench.tester.host" value="${com.vaadin.testbench.tester.host}" />
<property name="com.vaadin.testbench.deployment.url" value="${deployment.url}" />
<property name="server.start.succeeded" value="1" />
- <property name="browsers" value="winxp-firefox36" />
+ <property name="browsers" value="${test_browsers}" />
<property name="testfiles" value="${init-liferay}" />
<property name="test-output-dir" value="../build/integration-test-output" />
@@ -204,7 +204,7 @@ <property name="com.vaadin.testbench.tester.host" value="${com.vaadin.testbench.tester.host}" />
<property name="com.vaadin.testbench.deployment.url" value="${deployment.url}" />
<property name="server.start.succeeded" value="1" />
- <property name="browsers" value="winxp-firefox36" />
+ <property name="browsers" value="${test_browsers}" />
<property name="testfiles" value="${init-liferay}" />
<property name="test-output-dir" value="../build/integration-test-output" />
@@ -221,7 +221,7 @@ <property name="com.vaadin.testbench.tester.host" value="${com.vaadin.testbench.tester.host}" />
<property name="com.vaadin.testbench.deployment.url" value="${deployment.url}" />
<property name="server.start.succeeded" value="1" />
- <property name="browsers" value="winxp-firefox36" />
+ <property name="browsers" value="${test_browsers}" />
<property name="testfiles" value="${test-liferay}" />
<property name="test-output-dir" value="../build/integration-test-output" />
@@ -254,7 +254,7 @@ <property name="com.vaadin.testbench.tester.host" value="${com.vaadin.testbench.tester.host}" />
<property name="com.vaadin.testbench.deployment.url" value="${deployment.url}" />
<property name="server.start.succeeded" value="1" />
- <property name="browsers" value="winxp-firefox36" />
+ <property name="browsers" value="${test_browsers}" />
<property name="testfiles" value="${test-liferay}" />
<property name="test-output-dir" value="../build/integration-test-output" />
@@ -287,7 +287,7 @@ <property name="com.vaadin.testbench.tester.host" value="${com.vaadin.testbench.tester.host}" />
<property name="com.vaadin.testbench.deployment.url" value="${deployment.url}" />
<property name="server.start.succeeded" value="1" />
- <property name="browsers" value="winxp-firefox36" />
+ <property name="browsers" value="${test_browsers}" />
<property name="testfiles" value="${test-gatein}" />
<property name="test-output-dir" value="../build/integration-test-output" />
@@ -304,7 +304,7 @@ <property name="com.vaadin.testbench.tester.host" value="${com.vaadin.testbench.tester.host}" />
<property name="com.vaadin.testbench.deployment.url" value="${deployment.url}" />
<property name="server.start.succeeded" value="1" />
- <property name="browsers" value="winxp-firefox36" />
+ <property name="browsers" value="${test_browsers}" />
<property name="testfiles" value="${test-exo}" />
<property name="test-output-dir" value="../build/integration-test-output" />
@@ -321,7 +321,7 @@ <property name="com.vaadin.testbench.tester.host" value="${com.vaadin.testbench.tester.host}" />
<property name="com.vaadin.testbench.deployment.url" value="http://${test.integration.server}:7001" />
<property name="server.start.succeeded" value="1" />
- <property name="browsers" value="winxp-firefox36" />
+ <property name="browsers" value="${test_browsers}" />
<property name="testfiles" value="${test-weblogic}" />
<property name="test-output-dir" value="../build/integration-test-output" />
|