mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
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:
@@ -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.*"/>
|
||||||
|
Reference in New Issue
Block a user