Skip to content

Instantly share code, notes, and snippets.

@munk
Created June 18, 2014 17:57
Show Gist options
  • Save munk/dd6fc4693c2030776c17 to your computer and use it in GitHub Desktop.
Save munk/dd6fc4693c2030776c17 to your computer and use it in GitHub Desktop.
yaml file
:tddium:
:java:
:java_version: java-6-openjdk
:gradle_version: '1.11'
:tests:
- type: junit
mode: parallel
prefix: 'Demo'
files:
- include: 'test/*Test*.java' # Within prefix
command: "bin/solano-runner" # Will be called with -d :prefix :files-expanded
report_files:
- "target/test-reports/*.xml"
- type: junit
mode: parallel
files:
- include: 'test/*Test.java' # Within prefix
prefix: 'Demo1'
command: "bin/solano-runner" # Will be called with -d :prefix :files-expanded
report_files:
- "target/test-reports/*.xml"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment