basic_green.xml 1.0 KB

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  9. xsi:noNamespaceSchemaLocation="../../../../../vendor/magento/mtf/Magento/Mtf/TestRunner/etc/testRunner.xsd">
  10. <rule scope="testcase">
  11. <deny>
  12. <tag group="stable" value="no" />
  13. <tag group="to_maintain" value="yes" />
  14. <tag group="mftf_migrated" value="yes" />
  15. </deny>
  16. </rule>
  17. <rule scope="testsuite">
  18. <deny>
  19. <module value="Magento_Setup" strict="1" />
  20. <module value="Magento_SampleData" strict="1" />
  21. </deny>
  22. </rule>
  23. <rule scope="variation">
  24. <deny>
  25. <tag group="test_type" value="3rd_party_test, 3rd_party_test_single_flow" />
  26. <tag group="stable" value="no" />
  27. <tag group="mftf_migrated" value="yes" />
  28. <tag group="to_maintain" value="yes" />
  29. </deny>
  30. </rule>
  31. </config>