Created
June 18, 2014 17:57
-
-
Save munk/dd6fc4693c2030776c17 to your computer and use it in GitHub Desktop.
yaml file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
: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