diff options
author | Teemu Suo-Anttila <teemusa@vaadin.com> | 2015-02-12 14:57:13 +0200 |
---|---|---|
committer | Teemu Suo-Anttila <teemusa@vaadin.com> | 2015-02-19 15:19:46 +0200 |
commit | fd8078d691f6b6eec407882280730104f5027e3d (patch) | |
tree | 1e9e3dac572d9951a55d6d00e935167c6056eb27 /uitest/tb3test.xml | |
parent | f4e002e36be983b16c6324255780fd7e74710d68 (diff) | |
download | vaadin-framework-fd8078d691f6b6eec407882280730104f5027e3d.tar.gz vaadin-framework-fd8078d691f6b6eec407882280730104f5027e3d.zip |
Use TestBench-4.0.2
- Based on TB4 Parallel testing.
- Browser setup no longer uses static capabilities.
- Some code cleanup here and there.
Change-Id: I5c419316cd36f4f5041eaa8da8fda3d8b46596c4
Diffstat (limited to 'uitest/tb3test.xml')
-rw-r--r-- | uitest/tb3test.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/uitest/tb3test.xml b/uitest/tb3test.xml index 8ae016f1e2..d3458a412b 100644 --- a/uitest/tb3test.xml +++ b/uitest/tb3test.xml @@ -10,6 +10,7 @@ <property name="useLocalWebDriver" value="false" /> <property name="com.vaadin.testbench.max.retries" value="0" /> <property name="com.vaadin.testbench.hub.url" value="" /> + <property name="vaadin.testbench.developer.license" value="" /> <property name="junit.test.suite" value="com.vaadin.tests.tb3.AllTB3Tests" /> <ivy:resolve file="${tb3test.dir}/ivy.xml" conf="build, build-provided" /> @@ -19,7 +20,8 @@ <path location="${tb3test.dir}/result/classes" /> </path> - <target name="run-all-tb3-tests" unless="tests.tb3.skip" description="Run all the TB3 tests (except server tests) in the project"> + <target name="run-all-tb3-tests" unless="tests.tb3.skip" + description="Run all the TB3 tests (except server tests) in the project"> <antcall target="run-tb3-suite" /> </target> @@ -41,6 +43,7 @@ <jvmarg value="-DuseLocalWebDriver=${useLocalWebDriver}" /> <jvmarg value="-Dcom.vaadin.testbench.max.retries=${com.vaadin.testbench.max.retries}" /> <jvmarg value="-Dcom.vaadin.testbench.hub.url=${com.vaadin.testbench.hub.url}" /> + <jvmarg value="-Dvaadin.testbench.developer.license=${vaadin.testbench.developer.license}" /> <test name="${junit.test.suite}" todir="${report.dir}" /> </junit> |