Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- task smokeTesting(type: Test) {
- systemProperties System.getProperties()
- testLogging.showStandardStreams = true
- useTestNG(){
- suites src/test/resources/suites/smoketesting/suite_smoke_testing.xml'
- }
- options {
- useDefaultListeners = false
- listeners << 'org.uncommons.reportng.JUnitXMLReporter'
- testSuite.tokenize(',').collect {
- it = suitesPath + it
- }.each { suites it }
- includeGroups "${testGroup}"
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement