Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Running JBehave from gradle?
- task spec << {
- ant.taskdef(
- name: 'jbehave',
- classname: 'org.jbehave.ant.RunStoriesAsEmbeddables',
- classpath: configurations.jbehave.asPath)
- ant.jbehave(
- includes: 'src/main/specs',
- generateViewAfterStories: true
- )
- }
- configurations { jbehave }
- dependencies {
- jbehave ...
- }
Advertisement
Add Comment
Please, Sign In to add comment