File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed
testsuites/Magento/Mtf/TestSuite/InjectableTests
tests/app/Magento/ConfigurableProduct/Test/TestCase Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 131
131
<constraint name =" Magento\ConfigurableProduct\Test\Constraint\AssertConfigurableProductPage" />
132
132
</variation >
133
133
<variation name =" CreateConfigurableProductEntityTestVariation10" summary =" Add Products Manualy To Configurable Product" ticketId =" MAGETWO-63563" >
134
+ <data name =" tag" xsi : type =" string" >test_type:add_manually_products</data >
134
135
<data name =" description" xsi : type =" string" >Create product with assigned products to options</data >
135
136
<data name =" variationsAddType" xsi : type =" string" >manually</data >
136
137
<data name =" product/data/url_key" xsi : type =" string" >configurable-product-%isolation%</data >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" ?>
2
+ <!--
3
+ /**
4
+ * Copyright © 2016 Magento. 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 =" testsuite" >
11
+ <allow >
12
+ <class value =" Magento\ConfigurableProduct\Test\TestCase\CreateConfigurableProductEntityTest" />
13
+ </allow >
14
+ </rule >
15
+ <rule scope =" variation" >
16
+ <allow >
17
+ <tag group =" test_type" value =" add_manually_products" />
18
+ </allow >
19
+ </rule >
20
+ </config >
You can’t perform that action at this time.
0 commit comments