Merge branch 'feature/fix_continueSuiteToRun' into 'master'

Fix for stopping the suite of tests to run if @Before/@After fails

See merge request records-management/records-management!830
This commit is contained in:
Rodica Sutu
2018-02-09 07:48:21 +00:00

View File

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