-
-
Save semipermeable/c9fb59adc252caf82857 to your computer and use it in GitHub Desktop.
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 | |
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