break tests into suites by domain.
This commit is contained in:
parent
2484989a46
commit
f299ac3d2b
|
@ -105,7 +105,8 @@ pipeline {
|
|||
stage('Integration Tests') {
|
||||
steps {
|
||||
sh 'mkdir -p test/results/integration'
|
||||
sh 'bats -F junit test/integration/dns/**/*.bat test/integration/dns/**/**/*.bat > test/results/integration/TEST-Integration-dns.xml'
|
||||
sh 'bats -F junit test/integration/dns/kameronkenny.com/*.bat test/integration/dns/kameronkenny.com/**/*.bat > test/results/integration/TEST-Integration-dns-kameronkenny_com.xml'
|
||||
sh 'bats -F junit test/integration/dns/in.thelinuxpro.net/*.bat test/integration/dns/in.thelinuxpro.net/**/*.bat > test/results/integration/TEST-Integration-dns-in_thelinuxpro_net.xml'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue