Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save semipermeable/c9fb59adc252caf82857 to your computer and use it in GitHub Desktop.
Save semipermeable/c9fb59adc252caf82857 to your computer and use it in GitHub Desktop.
:tddium:
:java:
:java_version: java-6-openjdk
:gradle_version: '1.11'
:tests:
- type: junit
output: exit-status
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
output: exit-status
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