Skip to content

Commit e7fa110

Browse files
committed
Merge remote-tracking branch 'origin/MQE-1962' into MFTF-3.0.0
2 parents d51444f + 6411baa commit e7fa110

14 files changed

+38
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "magento/module-configurable-product-catalog-search-functional-test",
3+
"description": "MFTF test module for Magento_ConfigurableProduct and Magento_CatalogSearch",
4+
"type": "magento2-functional-test-module",
5+
"config": {
6+
"sort-packages": true
7+
},
8+
"require": {
9+
"magento/magento2-functional-testing-framework": ">=2.5.2"
10+
},
11+
"suggest": {
12+
"magento/module-configurable-product": "type: magento2-module, name: Magento_ConfigurableProduct, version: *",
13+
"magento/module-catalog-search": "type: magento2-module, name: Magento_CatalogSearch, version: *"
14+
},
15+
"license": [
16+
"OSL-3.0",
17+
"AFL-3.0"
18+
]
19+
}

0 commit comments

Comments
 (0)