Ofir Sonsino | 1cfb087 | 2018-01-31 17:19:00 +0200 | [diff] [blame] | 1 | <!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd"> |
| 2 | |
Ittay Stern | 6ad41e3 | 2018-12-31 17:21:27 +0200 | [diff] [blame] | 3 | <!-- This file is only for dev propose and has no meaning in pipeline --> |
| 4 | |
Sonsino, Ofir (os0695) | 4a4dcc5 | 2018-08-12 14:51:28 +0300 | [diff] [blame] | 5 | <suite verbose="1" name="VID UI Tests" annotations="JDK"> |
| 6 | <listeners> |
Eylon Malin | f076ec7 | 2019-08-15 16:42:22 +0300 | [diff] [blame] | 7 | <listener class-name="vid.automation.test.infra.SkipTestsTestngTransformer"/> |
Sonsino, Ofir (os0695) | 4a4dcc5 | 2018-08-12 14:51:28 +0300 | [diff] [blame] | 8 | </listeners> |
Ofir Sonsino | 1cfb087 | 2018-01-31 17:19:00 +0200 | [diff] [blame] | 9 | <test name="test"> |
Sonsino, Ofir (os0695) | 4a4dcc5 | 2018-08-12 14:51:28 +0300 | [diff] [blame] | 10 | <groups> |
| 11 | <run> |
| 12 | <!-- These tests are legacy tests that should be converted from |
| 13 | working against IST to working against vid's 3rd party simulator--> |
| 14 | <exclude name="shouldBeMigratedToWorkWithSimulator"/> |
| 15 | |
| 16 | <!-- These tests require the settings in asdc.properties to be like |
| 17 | asdc.client.type=LOCAL so cannot run on pipeline--> |
| 18 | <exclude name="worksOnlyWithLocalASDC"/> |
| 19 | |
| 20 | <!-- these tests call to MaintenanceController which is restricted to |
| 21 | localhost, so it can not run on jenkins pipeline --> |
| 22 | <exclude name="worksOnlyWithLocalhostVID"/> |
| 23 | |
| 24 | <!-- angular2 is not supported in CI yet. These tests can run only on |
| 25 | developers environment --> |
| 26 | <exclude name="Angular2Tests"/> |
Sonsino, Ofir (os0695) | 4a4dcc5 | 2018-08-12 14:51:28 +0300 | [diff] [blame] | 27 | <!-- tests and features that are still under development but are pushed to develop --> |
| 28 | <exclude name="underDevelopment"/> |
| 29 | |
| 30 | </run> |
| 31 | </groups> |
Ittay Stern | 6ad41e3 | 2018-12-31 17:21:27 +0200 | [diff] [blame] | 32 | <!--<packages>--> |
| 33 | <!--<package name="vid.automation.test.test.*"/>--> |
| 34 | <!--</packages>--> |
| 35 | |
| 36 | <classes> |
| 37 | <!-- in order to test specific test class replace the following class name--> |
| 38 | <class name="vid.automation.test.test.NewServiceInstanceTest"/> |
| 39 | </classes> |
Ofir Sonsino | 1cfb087 | 2018-01-31 17:19:00 +0200 | [diff] [blame] | 40 | </test> |
Eylon Malin | 7bb28ca | 2019-08-15 11:39:22 +0300 | [diff] [blame] | 41 | </suite> |