Skip to content

Commit

Permalink
Merge pull request #510 from magento-qmt/develop
Browse files Browse the repository at this point in the history
[Mavericks] Functional tests maintenance
  • Loading branch information
Aponasenko, Dmytro(daponasenko) committed Aug 7, 2015
2 parents 0a1db3c + dce2e1b commit 26459ac
Show file tree
Hide file tree
Showing 206 changed files with 1,935 additions and 1,978 deletions.
2 changes: 1 addition & 1 deletion dev/tests/functional/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"require": {
"magento/mtf": "1.0.0-rc30",
"magento/mtf": "1.0.0-rc31",
"php": "~5.5.0|~5.6.0",
"phpunit/phpunit": "4.1.0",
"phpunit/phpunit-selenium": ">=1.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../vendor/magento/mtf/etc/variations.xsd">
<testCase name="Magento\Checkout\Test\TestCase\OnePageCheckoutTest">
<variation name="OnePageCheckoutTestVariation17">
<data name="description" xsi:type="string">MAGETWO-12832 - Check Out as a Guest with Authorize.Net and Offline Shipping method</data>
<variation name="OnePageCheckoutTestVariation17" summary="Check Out as a Guest with Authorize.Net and Offline Shipping method" ticketId="MAGETWO-12832">
<data name="products" xsi:type="string">catalogProductSimple::product_10_dollar, configurableProduct::with_one_option, bundleProduct::bundle_fixed_100_dollar_product</data>
<data name="taxRule" xsi:type="string">us_ca_ny_rule</data>
<data name="customer/dataset" xsi:type="string">default</data>
Expand All @@ -23,9 +22,9 @@
<data name="creditCard/dataset" xsi:type="string">visa_default</data>
<data name="configData" xsi:type="string">authorizenet</data>
<data name="tag" xsi:type="string">test_type:3rd_party_test</data>
<constraint name="Magento\Checkout\Test\Constraint\AssertOrderSuccessPlacedMessage"/>
<constraint name="Magento\Sales\Test\Constraint\AssertOrderGrandTotal"/>
<constraint name="Magento\Sales\Test\Constraint\AssertOrderCommentsHistory"/>
<constraint name="Magento\Checkout\Test\Constraint\AssertOrderSuccessPlacedMessage" />
<constraint name="Magento\Sales\Test\Constraint\AssertOrderGrandTotal" />
<constraint name="Magento\Sales\Test\Constraint\AssertOrderCommentsHistory" />
</variation>
</testCase>
</config>
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../vendor/magento/mtf/etc/variations.xsd">
<testCase name="Magento\Backend\Test\TestCase\CacheManagementTest">
<testCase name="Magento\Backend\Test\TestCase\CacheManagementTest" summary="Configuration option on backend for singleQuery mode" ticketId="MAGETWO-34502">
<variation name="FlushCatalogImagesCacheTest">
<data name="flushButtonName" xsi:type="string">Flush Catalog Images Cache</data>
<data name="successMessage" xsi:type="string">The image cache was cleaned.</data>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../vendor/magento/mtf/etc/variations.xsd">
<testCase name="Magento\Backend\Test\TestCase\GlobalSearchEntityTest">
<testCase name="Magento\Backend\Test\TestCase\GlobalSearchEntityTest" summary="Global Search Backend " ticketId="MAGETWO-28457">
<variation name="GlobalSearchEntityTestVariation2">
<data name="description" xsi:type="string">search with 2 sign return no results</data>
<data name="search/data/query" xsi:type="string">:)</data>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,31 +6,31 @@
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../vendor/magento/mtf/etc/variations.xsd">
<testCase name="Magento\Backend\Test\TestCase\NavigateMenuTest">
<testCase name="Magento\Backend\Test\TestCase\NavigateMenuTest" summary="Navigate through admin menu" ticketId="MAGETWO-34874">
<variation name="NavigateMenuTest2">
<data name="menuItem" xsi:type="string">Dashboard</data>
<data name="pageTitle" xsi:type="string">Dashboard</data>
<constraint name="Magento\Backend\Test\Constraint\AssertBackendPageIsAvailable"/>
<constraint name="Magento\Backend\Test\Constraint\AssertBackendPageIsAvailable" />
</variation>
<variation name="NavigateMenuTest3">
<data name="menuItem" xsi:type="string">Content > Schedule</data>
<data name="pageTitle" xsi:type="string">Store Design Schedule</data>
<constraint name="Magento\Backend\Test\Constraint\AssertBackendPageIsAvailable"/>
<constraint name="Magento\Backend\Test\Constraint\AssertBackendPageIsAvailable" />
</variation>
<variation name="NavigateMenuTest4">
<data name="menuItem" xsi:type="string">Stores > All Stores</data>
<data name="pageTitle" xsi:type="string">Stores</data>
<constraint name="Magento\Backend\Test\Constraint\AssertBackendPageIsAvailable"/>
<constraint name="Magento\Backend\Test\Constraint\AssertBackendPageIsAvailable" />
</variation>
<variation name="NavigateMenuTest5">
<data name="menuItem" xsi:type="string">Stores > Configuration</data>
<data name="pageTitle" xsi:type="string">Configuration</data>
<constraint name="Magento\Backend\Test\Constraint\AssertBackendPageIsAvailable"/>
<constraint name="Magento\Backend\Test\Constraint\AssertBackendPageIsAvailable" />
</variation>
<variation name="NavigateMenuTest6">
<data name="menuItem" xsi:type="string">System > Cache Management</data>
<data name="pageTitle" xsi:type="string">Cache Management</data>
<constraint name="Magento\Backend\Test\Constraint\AssertBackendPageIsAvailable"/>
<constraint name="Magento\Backend\Test\Constraint\AssertBackendPageIsAvailable" />
</variation>
</testCase>
</config>
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../vendor/magento/mtf/etc/variations.xsd">
<testCase name="Magento\Bundle\Test\TestCase\CreateBundleProductEntityTest">
<testCase name="Magento\Bundle\Test\TestCase\CreateBundleProductEntityTest" summary="Create Bundle Product" ticketId="MAGETWO-24118">
<variation name="CreateBundleProductEntityTestVariation1">
<data name="description" xsi:type="string">Create default bundle with dynamic options</data>
<data name="product/data/url_key" xsi:type="string">bundle-product-%isolation%</data>
Expand Down Expand Up @@ -305,8 +305,7 @@
<data name="product/data/checkout_data/dataset" xsi:type="string">bundle_default</data>
<constraint name="Magento\Catalog\Test\Constraint\AssertProductSaveMessage" />
</variation>
<variation name="CreateBundleProductEntityTestVariation15">
<data name="description" xsi:type="string">MAGETWO-12622: Create Bundle (fixed) Product and Assign it to Category</data>
<variation name="CreateBundleProductEntityTestVariation15" summary="Create Bundle (fixed) Product and Assign it to Category" ticketId="MAGETWO-12622">
<data name="product/data/url_key" xsi:type="string">bundle-product-%isolation%</data>
<data name="product/data/name" xsi:type="string">Bundle Fixed %isolation%</data>
<data name="product/data/sku_type" xsi:type="string">Fixed</data>
Expand All @@ -326,8 +325,7 @@
<constraint name="Magento\Bundle\Test\Constraint\AssertBundleInCategory" />
<constraint name="Magento\Bundle\Test\Constraint\AssertBundleProductPage" />
</variation>
<variation name="CreateBundleProductEntityTestVariation16">
<data name="description" xsi:type="string">MAGETWO-12702: Create Bundle (dynamic) Product and Assign it to the Category</data>
<variation name="CreateBundleProductEntityTestVariation16" summary="Create Bundle (dynamic) Product and Assign it to the Category" ticketId="MAGETWO-12702">
<data name="product/data/url_key" xsi:type="string">bundle-product-%isolation%</data>
<data name="product/data/name" xsi:type="string">Bundle Dynamic %isolation%</data>
<data name="product/data/sku" xsi:type="string">sku_bundle_dynamic_%isolation%</data>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../vendor/magento/mtf/etc/variations.xsd">
<testCase name="Magento\Bundle\Test\TestCase\UpdateBundleProductEntityTest">
<testCase name="Magento\Bundle\Test\TestCase\UpdateBundleProductEntityTest" summary="Update Bundle Product" ticketId="MAGETWO-26195">
<variation name="UpdateBundleProductEntityTestVariation1">
<data name="description" xsi:type="string">Update dynamic bundle product</data>
<data name="originalProduct/dataset" xsi:type="string">bundle_dynamic_product</data>
Expand Down Expand Up @@ -54,8 +54,7 @@
<constraint name="Magento\Bundle\Test\Constraint\AssertBundlePriceView" />
<constraint name="Magento\Bundle\Test\Constraint\AssertBundlePriceType" />
</variation>
<variation name="UpdateBundleProductEntityTestVariation3">
<data name="description" xsi:type="string">MAGETWO-12841: Edit Bundle Product (Fixed Price)</data>
<variation name="UpdateBundleProductEntityTestVariation3" summary="Edit Bundle Product (Fixed Price)" ticketId="MAGETWO-12841">
<data name="originalProduct/dataset" xsi:type="string">bundle_fixed_with_category</data>
<data name="product/data/url_key" xsi:type="string">bundle-product-%isolation%</data>
<data name="product/data/name" xsi:type="string">bundle_fixed_%isolation%</data>
Expand All @@ -65,8 +64,7 @@
<constraint name="Magento\Catalog\Test\Constraint\AssertProductSaveMessage" />
<constraint name="Magento\Bundle\Test\Constraint\AssertBundleProductPage" />
</variation>
<variation name="UpdateBundleProductEntityTestVariation4">
<data name="description" xsi:type="string">MAGETWO-12842: Edit Bundle (dynamic) Product</data>
<variation name="UpdateBundleProductEntityTestVariation4" summary="Edit Bundle (dynamic) Product" ticketId="MAGETWO-12842">
<data name="originalProduct/dataset" xsi:type="string">bundle_dynamic_with_category</data>
<data name="product/data/url_key" xsi:type="string">bundle-product-%isolation%</data>
<data name="product/data/name" xsi:type="string">bundle_dynamic_%isolation%</data>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../../vendor/magento/mtf/etc/variations.xsd">
<testCase name="Magento\Catalog\Test\TestCase\Category\CreateCategoryEntityTest">
<testCase name="Magento\Catalog\Test\TestCase\Category\CreateCategoryEntityTest" summary="Create Category from Category Page" ticketId="MAGETWO-23411">
<variation name="CreateCategoryEntityTestVariation1">
<data name="description" xsi:type="string">Create root category with required fields</data>
<data name="addCategory" xsi:type="string">addRootCategory</data>
Expand Down Expand Up @@ -129,8 +129,7 @@
<constraint name="Magento\Catalog\Test\Constraint\AssertCategorySaveMessage" />
<constraint name="Magento\Catalog\Test\Constraint\AssertCategoryForm" />
</variation>
<variation name="CreateCategoryEntityTestVariation8">
<data name="description" xsi:type="string">MAGETWO-12513: Create Category from Category page with Required Fields Only</data>
<variation name="CreateCategoryEntityTestVariation8" summary="Create Category from Category page with Required Fields Only" ticketId="MAGETWO-12513">
<data name="addCategory" xsi:type="string">addSubcategory</data>
<data name="category/data/parent_id/dataset" xsi:type="string">default_category</data>
<data name="category/data/name" xsi:type="string">Subcategory%isolation%</data>
Expand All @@ -141,8 +140,7 @@
<constraint name="Magento\Catalog\Test\Constraint\AssertCategoryForm" />
<constraint name="Magento\Catalog\Test\Constraint\AssertCategoryPage" />
</variation>
<variation name="CreateCategoryEntityTestVariation9">
<data name="description" xsi:type="string">MAGETWO-16351: Assign Products at the Category Level</data>
<variation name="CreateCategoryEntityTestVariation9" summary="Assign Products at the Category Level" ticketId="MAGETWO-16351">
<data name="addCategory" xsi:type="string">addSubcategory</data>
<data name="category/data/parent_id/dataset" xsi:type="string">default_category</data>
<data name="category/data/name" xsi:type="string">Subcategory%isolation%</data>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../../vendor/magento/mtf/etc/variations.xsd">
<testCase name="Magento\Catalog\Test\TestCase\Category\DeleteCategoryEntityTest">
<testCase name="Magento\Catalog\Test\TestCase\Category\DeleteCategoryEntityTest" summary="Delete Category" ticketId="MAGETWO-23303">
<variation name="DeleteCategoryEntityTestVariation1">
<data name="category/dataset" xsi:type="string">root_category</data>
<constraint name="Magento\Catalog\Test\Constraint\AssertCategorySuccessDeleteMessage" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../../vendor/magento/mtf/etc/variations.xsd">
<testCase name="Magento\Catalog\Test\TestCase\Category\UpdateCategoryEntityTest">
<testCase name="Magento\Catalog\Test\TestCase\Category\UpdateCategoryEntityTest" summary="Update Category" ticketId="MAGETWO-23290">
<variation name="UpdateCategoryEntityTestVariation1">
<data name="category/data/parent_id/dataset" xsi:type="string">default_category</data>
<data name="category/data/name" xsi:type="string">Name%isolation%</data>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
*/
-->
<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\AddToCartCrossSellTest">
<variation name="AddToCartCrossSellTestVariation1" method="test">
<data name="products" xsi:type="string">simple1::catalogProductSimple::product_with_category,simple2::catalogProductSimple::product_with_category,config1::configurableProduct::two_options_with_fixed_price</data>
<data name="promotedProducts" xsi:type="string">simple1:simple2,config1;config1:simple2</data>
<data name="navigateProductsOrder" xsi:type="string">simple1,config1,simple2</data>
<data name="productsToVerify" xsi:type="string">simple1:simple2,config1;config1:simple2;simple2:</data>
<data name="tag" xsi:type="string">test_type:acceptance_test</data>
</variation>
</testCase>
<testCase name="Magento\Catalog\Test\TestCase\Product\AddToCartCrossSellTest" summary="Promote Products as Cross-Sells" ticketId="MAGETWO-12390">
<variation name="AddToCartCrossSellTestVariation1" method="test">
<data name="products" xsi:type="string">simple1::catalogProductSimple::product_with_category,simple2::catalogProductSimple::product_with_category,config1::configurableProduct::two_options_with_fixed_price</data>
<data name="promotedProducts" xsi:type="string">simple1:simple2,config1;config1:simple2</data>
<data name="navigateProductsOrder" xsi:type="string">simple1,config1,simple2</data>
<data name="productsToVerify" xsi:type="string">simple1:simple2,config1;config1:simple2;simple2:</data>
<data name="tag" xsi:type="string">test_type:acceptance_test</data>
</variation>
</testCase>
</config>
Loading

0 comments on commit 26459ac

Please sign in to comment.