Created
August 7, 2013 06:40
-
-
Save aliencode/6171758 to your computer and use it in GitHub Desktop.
Gradle TestNg 指定 suite 文件
This file contains hidden or 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
| 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