mirror of
https://github.com/Alfresco/SearchServices.git
synced 2025-09-24 14:31:29 +00:00
Search-1835: Simplified running additional GS tests with IE
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >
|
||||
<suite name="CompatibilitySuite" verbose="6" preserve-order="true">
|
||||
<suite name="IEGSCompatibilitySuite" verbose="6" preserve-order="true">
|
||||
|
||||
<listeners>
|
||||
<listener class-name="org.alfresco.utility.report.HtmlReportListener"/>
|
||||
<listener class-name="org.alfresco.utility.report.log.LogsListener"/>
|
||||
</listeners>
|
||||
|
||||
<test name="SS-With-GS">
|
||||
<packages>
|
||||
<package name="org.alfresco.test.search.functional.gs.search.*"/>
|
||||
@@ -10,4 +16,7 @@
|
||||
<package name="org.alfresco.test.search.functional.gs.sql.*"/>
|
||||
</packages>
|
||||
</test>
|
||||
<suite-files>
|
||||
<suite-file path="src/test/resources/InsightSuite.xml"></suite-file>
|
||||
</suite-files>
|
||||
</suite>
|
Reference in New Issue
Block a user