Преглед изворни кода

Run integration tests too (#9299)

tags/7.0.0.beta1
Artur Signell пре 11 година
родитељ
комит
204c5233ed
1 измењених фајлова са 5 додато и 0 уклоњено
  1. 5
    0
      build.xml

+ 5
- 0
build.xml Прегледај датотеку

@@ -35,6 +35,11 @@

<target name="tests" depends="buildorder">
<parallel>
<sequential>
<!-- Sleep before running integration tests so testbench tests have time to compile and start -->
<sleep minutes="4" />
<antcall inheritrefs="true" inheritall="true" target="integration-tests"/>
</sequential>
<subant buildpathref="build-path" target="tests" />
<ant antfile="uitest/test.xml" target="test-package">
<property name="war.file" location="result/artifacts/${vaadin.version}/vaadin-uitest/vaadin-uitest-${vaadin.version}.war" />

Loading…
Откажи
Сачувај