Skip to content
This repository has been archived by the owner on Apr 29, 2019. It is now read-only.

Commit

Permalink
MQE-1068: Require Issue ID for Skipped Test
Browse files Browse the repository at this point in the history
- Changing group skip to skip issueId
  • Loading branch information
aljcalandra committed Jul 6, 2018
1 parent f6895e7 commit 70098f4
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
<severity value="CRITICAL"/>
<testCaseId value="MAGETWO-77831"/>
<group value="product"/>
<group value="skip"/><!-- MAGETWO-91215 -->
<skip>
<issueId value="MAGETWO-91215"/>
</skip>
</annotations>

<before>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@
<severity value="CRITICAL"/>
<testCaseId value="MAGETWO-25580"/>
<group value="cms"/>
<!-- MQE-282 -->
<group value="skip"/>
<skip>
<issueId value="MQE-282"/>
</skip>
</annotations>
<after>
<amOnPage url="admin/admin/auth/logout/" stepKey="amOnLogoutPage"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
<testCaseId value="MAGETWO-72095"/>
<group value="customer"/>
<group value="create"/>
<group value="skip"/>
<skip>
<issueId value="MAGETWO-72095"/>
</skip>
</annotations>
<after>
<amOnPage url="admin/admin/auth/logout/" stepKey="amOnLogoutPage"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
<description value=""/>
<severity value="CRITICAL"/>
<testCaseId value="#"/>
<group value="skip"/>
<skip>
<issueId value="SAMPLE"/>
</skip>
</annotations>
<before>
<createData entity="SamplePerson" stepKey="beforeData"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
<test name="AssertTest">
<annotations>
<features value="Test Asserts"/>
<group value="skip"/>
<skip>
<issueId value="SAMPLE"/>
</skip>
</annotations>

<createData entity="Simple_US_Customer" stepKey="createData2"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
<annotations>
<features value="Create a Configurable Product By API"/>
<stories value="Create a Configurable Product By API"/>
<group value="skip"/>
<skip>
<issueId value="SAMPLE"/>
</skip>
</annotations>
<before>
<createData stepKey="categoryHandle" entity="SimpleSubCategory" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
<annotations>
<features value="Create a Sales Rule By API"/>
<stories value="Create a Sales Rule By API"/>
<group value="skip"/>
<skip>
<issueId value="SAMPLE"/>
</skip>
</annotations>
<before>
<createData stepKey="saleRule" entity="SimpleSalesRule" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
xsi:noNamespaceSchemaLocation="../../../../../../vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Test/etc/testSchema.xsd">
<test name="PersistMultipleEntitiesTest">
<annotations>
<group value="skip"/>
<skip>
<issueId value="SAMPLE"/>
</skip>
</annotations>
<before>
<createData entity="simplesubcategory" stepKey="simplecategory"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,18 @@
xsi:noNamespaceSchemaLocation="../../../../../../vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Test/etc/testSchema.xsd">
<test name="SetPaypalConfigurationTest">
<annotations>
<group value="skip"/>
<skip>
<issueId value="SAMPLE"/>
</skip>
</annotations>
<createData entity="SamplePaypalConfig" stepKey="createSamplePaypalConfig"/>
<createData entity="DefaultPayPalConfig" stepKey="restoreDefaultPaypalConfig"/>
</test>
<test name="SetBraintreeConfigurationTest">
<annotations>
<group value="skip"/>
<skip>
<issueId value="SAMPLE"/>
</skip>
</annotations>
<createData entity="SampleBraintreeConfig" stepKey="createSampleBraintreeConfig"/>
<createData entity="DefaultBraintreeConfig" stepKey="restoreDefaultBraintreeConfig"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
<annotations>
<features value="Update simple product by api test."/>
<stories value="Update simple product by api test."/>
<group value="skip"/>
<skip>
<issueId value="SAMPLE"/>
</skip>
</annotations>
<before>
<createData stepKey="categoryHandle" entity="SimpleSubCategory"/>
Expand Down

0 comments on commit 70098f4

Please sign in to comment.