Skip to content

Instantly share code, notes, and snippets.

@pcambra
Created March 8, 2014 20:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pcambra/9438479 to your computer and use it in GitHub Desktop.
Save pcambra/9438479 to your computer and use it in GitHub Desktop.
<target name="behat" description="Run Scenario with Behat" depends="load-properties, setup-dirs, clean">
<property name="behat.basedir" value="${project.basedir}/tests/behat"/>
<exec executable="behat">
<arg line=" --config='${behat.basedir}/behat.yml' --profile='ci' --format='junit' --out='${project.logdir}/behat' ${behat.basedir}/features" />
</exec>
</target>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment