Skip to content

Commit 5a10801

Browse files
authored
Merge pull request #65 from magento-pangolin/MQE-1068-2.2
MQE-1068: Require Issue ID for Skipped Test
2 parents f6895e7 + 70098f4 commit 5a10801

File tree

10 files changed

+33
-12
lines changed

10 files changed

+33
-12
lines changed

app/code/Magento/Catalog/Test/Mftf/Test/StorefrontPurchaseProductCustomOptionsDifferentStoreViewsTest.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
<severity value="CRITICAL"/>
1717
<testCaseId value="MAGETWO-77831"/>
1818
<group value="product"/>
19-
<group value="skip"/><!-- MAGETWO-91215 -->
19+
<skip>
20+
<issueId value="MAGETWO-91215"/>
21+
</skip>
2022
</annotations>
2123

2224
<before>

app/code/Magento/Cms/Test/Mftf/Test/AdminCreateCmsPageTest.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@
1717
<severity value="CRITICAL"/>
1818
<testCaseId value="MAGETWO-25580"/>
1919
<group value="cms"/>
20-
<!-- MQE-282 -->
21-
<group value="skip"/>
20+
<skip>
21+
<issueId value="MQE-282"/>
22+
</skip>
2223
</annotations>
2324
<after>
2425
<amOnPage url="admin/admin/auth/logout/" stepKey="amOnLogoutPage"/>

app/code/Magento/Customer/Test/Mftf/Test/AdminCreateCustomerTest.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
<testCaseId value="MAGETWO-72095"/>
1919
<group value="customer"/>
2020
<group value="create"/>
21-
<group value="skip"/>
21+
<skip>
22+
<issueId value="MAGETWO-72095"/>
23+
</skip>
2224
</annotations>
2325
<after>
2426
<amOnPage url="admin/admin/auth/logout/" stepKey="amOnLogoutPage"/>

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/SampleTests/Test/AdvancedSampleTest.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515
<description value=""/>
1616
<severity value="CRITICAL"/>
1717
<testCaseId value="#"/>
18-
<group value="skip"/>
18+
<skip>
19+
<issueId value="SAMPLE"/>
20+
</skip>
1921
</annotations>
2022
<before>
2123
<createData entity="SamplePerson" stepKey="beforeData"/>

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/SampleTests/Test/AssertsTest.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
<test name="AssertTest">
1212
<annotations>
1313
<features value="Test Asserts"/>
14-
<group value="skip"/>
14+
<skip>
15+
<issueId value="SAMPLE"/>
16+
</skip>
1517
</annotations>
1618

1719
<createData entity="Simple_US_Customer" stepKey="createData2"/>

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/SampleTests/Test/CreateConfigurableProductByApiTest.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
<annotations>
1313
<features value="Create a Configurable Product By API"/>
1414
<stories value="Create a Configurable Product By API"/>
15-
<group value="skip"/>
15+
<skip>
16+
<issueId value="SAMPLE"/>
17+
</skip>
1618
</annotations>
1719
<before>
1820
<createData stepKey="categoryHandle" entity="SimpleSubCategory" />

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/SampleTests/Test/CreateSalesRuleByApiTest.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
<annotations>
1313
<features value="Create a Sales Rule By API"/>
1414
<stories value="Create a Sales Rule By API"/>
15-
<group value="skip"/>
15+
<skip>
16+
<issueId value="SAMPLE"/>
17+
</skip>
1618
</annotations>
1719
<before>
1820
<createData stepKey="saleRule" entity="SimpleSalesRule" />

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/SampleTests/Test/PersistMultipleEntitiesTest.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
xsi:noNamespaceSchemaLocation="../../../../../../vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Test/etc/testSchema.xsd">
1111
<test name="PersistMultipleEntitiesTest">
1212
<annotations>
13-
<group value="skip"/>
13+
<skip>
14+
<issueId value="SAMPLE"/>
15+
</skip>
1416
</annotations>
1517
<before>
1618
<createData entity="simplesubcategory" stepKey="simplecategory"/>

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/SampleTests/Test/SetPaymentConfigurationTest.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,18 @@
1010
xsi:noNamespaceSchemaLocation="../../../../../../vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Test/etc/testSchema.xsd">
1111
<test name="SetPaypalConfigurationTest">
1212
<annotations>
13-
<group value="skip"/>
13+
<skip>
14+
<issueId value="SAMPLE"/>
15+
</skip>
1416
</annotations>
1517
<createData entity="SamplePaypalConfig" stepKey="createSamplePaypalConfig"/>
1618
<createData entity="DefaultPayPalConfig" stepKey="restoreDefaultPaypalConfig"/>
1719
</test>
1820
<test name="SetBraintreeConfigurationTest">
1921
<annotations>
20-
<group value="skip"/>
22+
<skip>
23+
<issueId value="SAMPLE"/>
24+
</skip>
2125
</annotations>
2226
<createData entity="SampleBraintreeConfig" stepKey="createSampleBraintreeConfig"/>
2327
<createData entity="DefaultBraintreeConfig" stepKey="restoreDefaultBraintreeConfig"/>

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/SampleTests/Test/UpdateSimpleProductByApiTest.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
<annotations>
1212
<features value="Update simple product by api test."/>
1313
<stories value="Update simple product by api test."/>
14-
<group value="skip"/>
14+
<skip>
15+
<issueId value="SAMPLE"/>
16+
</skip>
1517
</annotations>
1618
<before>
1719
<createData stepKey="categoryHandle" entity="SimpleSubCategory"/>

0 commit comments

Comments
 (0)