Skip to content

Instantly share code, notes, and snippets.

@aliencode
Created August 7, 2013 06:40
Show Gist options
  • Select an option

  • Save aliencode/6171758 to your computer and use it in GitHub Desktop.

Select an option

Save aliencode/6171758 to your computer and use it in GitHub Desktop.
Gradle TestNg 指定 suite 文件
test {
useTestNG(){
suites(file('src/test/resources/testng.xml'))
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment