Skip to content
Snippets Groups Projects
Commit 19c75745 authored by Dmytro Aponasenko's avatar Dmytro Aponasenko
Browse files

MTA-3603: Create 'green' functional test suite

parent e367856b
No related merge requests found
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../../vendor/magento/mtf/etc/variations.xsd"> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../../vendor/magento/mtf/etc/variations.xsd">
<testCase name="Magento\Catalog\Test\TestCase\Product\UpdateSimpleProductEntityTest" summary="Update Simple Product" ticketId="MAGETWO-23544"> <testCase name="Magento\Catalog\Test\TestCase\Product\UpdateSimpleProductEntityTest" summary="Update Simple Product" ticketId="MAGETWO-23544">
<variation name="UpdateSimpleProductEntityTestVariation1"> <variation name="UpdateSimpleProductEntityTestVariation1">
<data name="tag" xsi:type="string">stable:no</data>
<data name="description" xsi:type="string">Update visibility to Catalog, Search</data> <data name="description" xsi:type="string">Update visibility to Catalog, Search</data>
<data name="initialProduct/dataset" xsi:type="string">product_with_category</data> <data name="initialProduct/dataset" xsi:type="string">product_with_category</data>
<data name="product/data/name" xsi:type="string">Test simple product %isolation%</data> <data name="product/data/name" xsi:type="string">Test simple product %isolation%</data>
...@@ -17,7 +18,6 @@ ...@@ -17,7 +18,6 @@
<data name="product/data/url_key" xsi:type="string">test-simple-product-%isolation%</data> <data name="product/data/url_key" xsi:type="string">test-simple-product-%isolation%</data>
<data name="product/data/weight" xsi:type="string">120.0000</data> <data name="product/data/weight" xsi:type="string">120.0000</data>
<data name="product/data/visibility" xsi:type="string">Catalog, Search</data> <data name="product/data/visibility" xsi:type="string">Catalog, Search</data>
<data name="issue" xsi:type="string">MAGETWO-58145</data>
<constraint name="Magento\Catalog\Test\Constraint\AssertProductSaveMessage" /> <constraint name="Magento\Catalog\Test\Constraint\AssertProductSaveMessage" />
<constraint name="Magento\Catalog\Test\Constraint\AssertProductForm" /> <constraint name="Magento\Catalog\Test\Constraint\AssertProductForm" />
<constraint name="Magento\Catalog\Test\Constraint\AssertProductInStock" /> <constraint name="Magento\Catalog\Test\Constraint\AssertProductInStock" />
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<constraint name="Magento\Store\Test\Constraint\AssertStoreNotOnFrontend" /> <constraint name="Magento\Store\Test\Constraint\AssertStoreNotOnFrontend" />
</variation> </variation>
<variation name="DeleteStoreEntityTestVariation2"> <variation name="DeleteStoreEntityTestVariation2">
<data name="tag" xsi:type="string">severity:S2</data> <data name="tag" xsi:type="string">severity:S2, stable:no</data>
<data name="store/dataset" xsi:type="string">custom</data> <data name="store/dataset" xsi:type="string">custom</data>
<data name="createBackup" xsi:type="string">No</data> <data name="createBackup" xsi:type="string">No</data>
<constraint name="Magento\Store\Test\Constraint\AssertStoreSuccessDeleteMessage" /> <constraint name="Magento\Store\Test\Constraint\AssertStoreSuccessDeleteMessage" />
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
<constraint name="Magento\Backup\Test\Constraint\AssertBackupInGrid" /> <constraint name="Magento\Backup\Test\Constraint\AssertBackupInGrid" />
</variation> </variation>
<variation name="DeleteStoreGroupEntityTestVariation2"> <variation name="DeleteStoreGroupEntityTestVariation2">
<data name="tag" xsi:type="string">severity:S3</data> <data name="tag" xsi:type="string">severity:S3, stable:no</data>
<data name="storeGroup/dataset" xsi:type="string">custom</data> <data name="storeGroup/dataset" xsi:type="string">custom</data>
<data name="createBackup" xsi:type="string">No</data> <data name="createBackup" xsi:type="string">No</data>
<constraint name="Magento\Store\Test\Constraint\AssertStoreGroupSuccessDeleteMessage" /> <constraint name="Magento\Store\Test\Constraint\AssertStoreGroupSuccessDeleteMessage" />
......
...@@ -28,6 +28,7 @@ class CreateTaxRuleEntityTest extends Injectable ...@@ -28,6 +28,7 @@ class CreateTaxRuleEntityTest extends Injectable
/* tags */ /* tags */
const MVP = 'yes'; const MVP = 'yes';
const TEST_TYPE = 'acceptance_test, extended_acceptance_test'; const TEST_TYPE = 'acceptance_test, extended_acceptance_test';
const TO_MAINTAIN = 'yes';
/* end tags */ /* end tags */
/** /**
......
...@@ -9,7 +9,6 @@ ...@@ -9,7 +9,6 @@
xsi:noNamespaceSchemaLocation="../../../../../vendor/magento/mtf/Magento/Mtf/TestRunner/etc/testRunner.xsd"> xsi:noNamespaceSchemaLocation="../../../../../vendor/magento/mtf/Magento/Mtf/TestRunner/etc/testRunner.xsd">
<rule scope="testcase"> <rule scope="testcase">
<deny> <deny>
<tag group="test_type" value="3rd_party_test_deprecated" />
<tag group="stable" value="no" /> <tag group="stable" value="no" />
<tag group="to_maintain" value="yes" /> <tag group="to_maintain" value="yes" />
</deny> </deny>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment