adding prepare-behat task for jenkins
This commit is contained in:
@@ -136,7 +136,14 @@
|
|||||||
</exec>
|
</exec>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="behat" description="Behaviour tests with Behat">
|
<target name="prepare-behat" description="Prepare Behat Env.">
|
||||||
|
<exec executable="${basedir}/../prepare_behat_env">
|
||||||
|
<arg value="--source-dir" />
|
||||||
|
<arg value="${basedir}/../" />
|
||||||
|
</exec>
|
||||||
|
</target>
|
||||||
|
|
||||||
|
<target name="behat" description="Behaviour tests with Behat" depends="prepare-behat">
|
||||||
<exec executable="vendor/behat/behat/bin/behat">
|
<exec executable="vendor/behat/behat/bin/behat">
|
||||||
<arg value="--format" />
|
<arg value="--format" />
|
||||||
<arg value="junit,progress" />
|
<arg value="junit,progress" />
|
||||||
|
|||||||
Reference in New Issue
Block a user