testng.xml 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!--
  3. ~ Licensed to the Apache Software Foundation (ASF) under one or more
  4. ~ contributor license agreements. See the NOTICE file distributed with
  5. ~ this work for additional information regarding copyright ownership.
  6. ~ The ASF licenses this file to You under the Apache License, Version 2.0
  7. ~ (the "License"); you may not use this file except in compliance with
  8. ~ the License. You may obtain a copy of the License at
  9. ~
  10. ~ http://www.apache.org/licenses/LICENSE-2.0
  11. ~
  12. ~ Unless required by applicable law or agreed to in writing, software
  13. ~ distributed under the License is distributed on an "AS IS" BASIS,
  14. ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  15. ~ See the License for the specific language governing permissions and
  16. ~ limitations under the License.
  17. -->
  18. <!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >
  19. <suite name="dolphinscheduler_e2e" verbose="1">
  20. <test name="dolphinscheduler_test" preserve-order="true">
  21. <!-- <groups>
  22. <run>
  23. <include name="functionTests"/>
  24. </run>
  25. </groups>
  26. <classes>
  27. <class name="org.apache.dolphinscheduler.testcase.TestLogin"></class>
  28. <class name="org.apache.dolphinscheduler.testcase.testSecurity.TestTenantManage"></class>
  29. <class name="org.apache.dolphinscheduler.testcase.testSecurity.TestAlertManage"></class>
  30. <class name="org.apache.dolphinscheduler.testcase.testSecurity.TestQueueManage"></class>
  31. <class name="org.apache.dolphinscheduler.testcase.testSecurity.TestTokenManage"></class>
  32. <class name="org.apache.dolphinscheduler.testcase.testSecurity.TestUserManage">
  33. <methods>
  34. <include name="testCreateUser" />
  35. <include name="testEditUser" />
  36. </methods>
  37. </class>
  38. <class name="org.apache.dolphinscheduler.testcase.testProject.TestProject">
  39. <methods>
  40. <include name="createProject" />
  41. </methods>
  42. </class>
  43. <class name="org.apache.dolphinscheduler.testcase.testProject.TestWorkflowDefine">
  44. <methods>
  45. <include name="testCreateWorkflow" />
  46. <include name="testOnlineWorkflow" />
  47. </methods>
  48. </class>
  49. <class name="org.apache.dolphinscheduler.testcase.testProject.TestRunWorkflow"></class> -->
  50. <!--<class name="org.apache.dolphinscheduler.testcase.testProject.TestTiming">-->
  51. <!--<methods>-->
  52. <!--<include name="testCreateTiming" />-->
  53. <!--<include name="testEditTiming" />-->
  54. <!--<include name="testOnlineTiming" />-->
  55. <!--<include name="testOfflineTiming" />-->
  56. <!--<include name="testDeleteTiming" />-->
  57. <!--</methods>-->
  58. <!--</class>-->
  59. <!--<class name="org.apache.dolphinscheduler.testcase.testProject.TestProcessInstance">-->
  60. <!--<methods>-->
  61. <!--<include name="testRerun" />-->
  62. <!--</methods>-->
  63. <!--</class>-->
  64. <!-- <class name="org.apache.dolphinscheduler.testcase.testDeleteData.TestDeleteWorkflow">
  65. <methods>
  66. <include name="testOfflineWorkflow" />
  67. <include name="testDeleteWorkflow" />
  68. </methods>
  69. </class>
  70. <class name="org.apache.dolphinscheduler.testcase.testDeleteData.TestDeleteProject"></class>
  71. <class name="org.apache.dolphinscheduler.testcase.testDeleteData.TestDeleteAlert"></class>
  72. <class name="org.apache.dolphinscheduler.testcase.testDeleteData.TestDeleteToken"></class>
  73. <class name="org.apache.dolphinscheduler.testcase.testDeleteData.TestDeleteUser"></class>
  74. <class name="org.apache.dolphinscheduler.testcase.testDeleteData.TestDeleteTenant"></class>
  75. </classes> -->
  76. </test>
  77. <listeners>
  78. <listener class-name="org.uncommons.reportng.HTMLReporter" />
  79. <listener class-name="org.uncommons.reportng.JUnitXMLReporter" />
  80. </listeners>
  81. </suite>