Add test listener to show the test progress of java UT (#6341)

This commit is contained in:
Kai Yang
2019-12-03 16:34:07 +08:00
committed by Hao Chen
parent bc5e259264
commit d51583dbd6
3 changed files with 65 additions and 2 deletions
+1
View File
@@ -9,5 +9,6 @@
</test>
<listeners>
<listener class-name="org.ray.api.RayAlterSuiteListener" />
<listener class-name="org.ray.api.TestProgressListener" />
</listeners>
</suite>