[Java] TestNG outputs more verbose error messages (#4507)

[Java] TestNG outputs more verbose error messages
This commit is contained in:
bibabolynn
2019-04-02 17:41:20 +08:00
committed by Hao Chen
parent fe7763e786
commit 20c7b2a6eb
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
<suite name="RAY suite">
<suite name="RAY suite" verbose="2">
<test name = "RAY test" >
<packages>
<package name = "org.ray.api.test.*" />