Guest User

Untitled

a guest
May 25th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <taskdef name="cucumber" classname="cuke4duke.ant.CucumberTask" classpathref="compile.classpath"/>
  2. <cucumber args="--backtrace --profile @{profile}" objectFactory="pico">
  3. <classpath>
  4. <pathelement location="target/test-classes"/>
  5. </classpath>
  6. </cucumber>
Add Comment
Please, Sign In to add comment