Merge from ECOMP's repository
[vid.git] / vid-automation / TestNg-dev.xml
similarity index 76%
rename from vid-automation/TestNg.xml
rename to vid-automation/TestNg-dev.xml
index a9eac97..b8bc84f 100644 (file)
@@ -1,5 +1,7 @@
 <!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
 
+<!-- This file is only for dev propose and has no meaning in pipeline -->
+
 <suite verbose="1" name="VID UI Tests" annotations="JDK">
     <listeners>
         <listener class-name="vid.automation.test.infra.FeatureTogglingTestngTransformer"/>
                 <!-- angular2 is not supported in CI yet. These tests can run only on
                 developers environment -->
                 <exclude name="Angular2Tests"/>
-
                 <!-- tests and features that are still under development but are pushed to develop -->
                 <exclude name="underDevelopment"/>
 
             </run>
         </groups>
-        <packages>
-            <package name="vid.automation.test.test.*"/>
-        </packages>
+        <!--<packages>-->
+            <!--<package name="vid.automation.test.test.*"/>-->
+        <!--</packages>-->
+
+        <classes>
+            <!-- in order to test specific test class replace the following class name-->
+            <class name="vid.automation.test.test.NewServiceInstanceTest"/>
+        </classes>
     </test>
 </suite>
\ No newline at end of file