Compare commits

...

1 Commits

Author SHA1 Message Date
Rajkumarp291989
af926a53d5 APPS-1190 2022-02-21 17:22:41 +05:30

View File

@@ -1,6 +1,6 @@
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >
<suite name="TestNG AllTestSuite" configfailurepolicy="continue" verbose="1" time-out="300000">
<suite name="TestNG AllTestSuite" configfailurepolicy="continue" verbose="1" time-out="300000" parallel="false">
<test name="restapi">
<packages>
<package name="org.alfresco.rest.rm.community.*"/>