-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MQE-1075: Move MFTF tests from dev/tests/acceptance to app/code
- Loading branch information
Showing
1,011 changed files
with
3,500 additions
and
4,962 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Admin Notification Functional Tests | ||
|
||
The Functional Test Module for **Magento Admin Notification** module. |
20 changes: 20 additions & 0 deletions
20
app/code/Magento/AdminNotification/Test/Mftf/composer.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"name": "magento/functional-test-module-admin-notification", | ||
"description": "N/A", | ||
"config": { | ||
"sort-packages": true | ||
}, | ||
"require": { | ||
"php": "~7.0.13|~7.1.0", | ||
"magento/functional-test-module-store": "100.0.0-dev", | ||
"magento/functional-test-module-backend": "100.0.0-dev", | ||
"magento/functional-test-module-media-storage": "100.0.0-dev", | ||
"magento/magento2-functional-testing-framework": "2.2.0", | ||
"magento/functional-test-module-ui": "100.0.0-dev" | ||
}, | ||
"type": "magento2-test", | ||
"license": [ | ||
"OSL-3.0", | ||
"AFL-3.0" | ||
] | ||
} |
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions
3
app/code/Magento/AdvancedPricingImportExport/Test/Mftf/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Advanced Pricing Import Export Functional Tests | ||
|
||
The Functional Test Module for **Magento Advanced Pricing Import Export** module. |
23 changes: 23 additions & 0 deletions
23
app/code/Magento/AdvancedPricingImportExport/Test/Mftf/composer.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"name": "magento/functional-test-module-advanced-pricing-import-export", | ||
"description": "N/A", | ||
"config": { | ||
"sort-packages": true | ||
}, | ||
"require": { | ||
"php": "~7.0.13|~7.1.0", | ||
"magento/functional-test-module-catalog": "100.0.0-dev", | ||
"magento/functional-test-module-catalog-inventory": "100.0.0-dev", | ||
"magento/functional-test-module-eav": "100.0.0-dev", | ||
"magento/functional-test-module-import-export": "100.0.0-dev", | ||
"magento/functional-test-module-catalog-import-export": "100.0.0-dev", | ||
"magento/functional-test-module-customer": "100.0.0-dev", | ||
"magento/functional-test-module-store": "100.0.0-dev", | ||
"magento/magento2-functional-testing-framework": "2.2.0" | ||
}, | ||
"type": "magento2-test", | ||
"license": [ | ||
"OSL-3.0", | ||
"AFL-3.0" | ||
] | ||
} |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Analytics Functional Tests | ||
|
||
The Functional Test Module for **Magento Analytics** module. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"name": "magento/functional-test-module-analytics", | ||
"description": "N/A", | ||
"config": { | ||
"sort-packages": true | ||
}, | ||
"require": { | ||
"php": "~7.0.13|~7.1.0", | ||
"magento/functional-test-module-backend": "100.0.0-dev", | ||
"magento/functional-test-module-config": "100.0.0-dev", | ||
"magento/functional-test-module-integration": "100.0.0-dev", | ||
"magento/functional-test-module-store": "100.0.0-dev", | ||
"magento/magento2-functional-testing-framework": "2.2.0" | ||
}, | ||
"type": "magento2-test", | ||
"license": [ | ||
"OSL-3.0", | ||
"AFL-3.0" | ||
] | ||
} |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Authorization Functional Tests | ||
|
||
The Functional Test Module for **Magento Authorization** module. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"name": "magento/functional-test-module-authorization", | ||
"description": "Authorization module provides access to Magento ACL functionality.", | ||
"config": { | ||
"sort-packages": true | ||
}, | ||
"require": { | ||
"php": "~7.0.13|~7.1.0", | ||
"magento/functional-test-module-backend": "100.0.0-dev", | ||
"magento/magento2-functional-testing-framework": "2.2.0" | ||
}, | ||
"type": "magento2-test", | ||
"license": [ | ||
"OSL-3.0", | ||
"AFL-3.0" | ||
] | ||
} |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Authorizenet Functional Tests | ||
|
||
The Functional Test Module for **Magento Authorizenet** module. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"name": "magento/functional-test-module-authorizenet", | ||
"description": "N/A", | ||
"config": { | ||
"sort-packages": true | ||
}, | ||
"require": { | ||
"php": "~7.0.13|~7.1.0", | ||
"magento/functional-test-module-sales": "100.0.0-dev", | ||
"magento/functional-test-module-store": "100.0.0-dev", | ||
"magento/functional-test-module-quote": "100.0.0-dev", | ||
"magento/functional-test-module-checkout": "100.0.0-dev", | ||
"magento/functional-test-module-backend": "100.0.0-dev", | ||
"magento/functional-test-module-payment": "100.0.0-dev", | ||
"magento/functional-test-module-catalog": "100.0.0-dev", | ||
"magento/magento2-functional-testing-framework": "2.2.0" | ||
}, | ||
"suggest": { | ||
"magento/functional-test-module-config": "100.0.0-dev" | ||
}, | ||
"type": "magento2-test", | ||
"license": [ | ||
"proprietary" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Backend Functional Tests | ||
|
||
The Functional Test Module for **Magento Backend** module. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"name": "magento/functional-test-module-backend", | ||
"description": "N/A", | ||
"config": { | ||
"sort-packages": true | ||
}, | ||
"require": { | ||
"php": "~7.0.13|~7.1.0", | ||
"magento/functional-test-module-store": "100.0.0-dev", | ||
"magento/functional-test-module-directory": "100.0.0-dev", | ||
"magento/functional-test-module-developer": "100.0.0-dev", | ||
"magento/functional-test-module-eav": "100.0.0-dev", | ||
"magento/functional-test-module-reports": "100.0.0-dev", | ||
"magento/functional-test-module-sales": "100.0.0-dev", | ||
"magento/functional-test-module-quote": "100.0.0-dev", | ||
"magento/functional-test-module-catalog": "100.0.0-dev", | ||
"magento/functional-test-module-user": "100.0.0-dev", | ||
"magento/functional-test-module-security": "100.0.0-dev", | ||
"magento/functional-test-module-backup": "100.0.0-dev", | ||
"magento/functional-test-module-customer": "100.0.0-dev", | ||
"magento/functional-test-module-translation": "100.0.0-dev", | ||
"magento/functional-test-module-require-js": "100.0.0-dev", | ||
"magento/functional-test-module-config": "100.0.0-dev", | ||
"magento/magento2-functional-testing-framework": "2.2.0" | ||
}, | ||
"suggest": { | ||
"magento/functional-test-module-theme": "100.0.0-dev" | ||
}, | ||
"type": "magento2-test", | ||
"license": [ | ||
"OSL-3.0", | ||
"AFL-3.0" | ||
] | ||
} |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Backup Functional Tests | ||
|
||
The Functional Test Module for **Magento Backup** module. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"name": "magento/functional-test-module-backup", | ||
"description": "N/A", | ||
"config": { | ||
"sort-packages": true | ||
}, | ||
"require": { | ||
"php": "~7.0.13|~7.1.0", | ||
"magento/functional-test-module-store": "100.0.0-dev", | ||
"magento/functional-test-module-backend": "100.0.0-dev", | ||
"magento/functional-test-module-cron": "100.0.0-dev", | ||
"magento/magento2-functional-testing-framework": "2.2.0" | ||
}, | ||
"type": "magento2-test", | ||
"license": [ | ||
"OSL-3.0", | ||
"AFL-3.0" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Braintree Functional Tests | ||
|
||
The Functional Test Module for **Magento Braintree** module. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"name": "magento/functional-test-module-braintree", | ||
"description": "N/A", | ||
"config": { | ||
"sort-packages": true | ||
}, | ||
"require": { | ||
"php": "~7.0.13|~7.1.0", | ||
"magento/magento2-functional-testing-framework": "2.2.0", | ||
"magento/magento-composer-installer": "100.0.0-dev", | ||
"magento/functional-test-module-config": "100.0.0-dev", | ||
"magento/functional-test-module-directory": "100.0.0-dev", | ||
"magento/functional-test-module-payment": "100.0.0-dev", | ||
"magento/functional-test-module-checkout": "100.0.0-dev", | ||
"magento/functional-test-module-sales": "100.0.0-dev", | ||
"magento/functional-test-module-backend": "100.0.0-dev", | ||
"magento/functional-test-module-vault": "100.0.0-dev", | ||
"magento/functional-test-module-instant-purchase": "100.0.0-dev", | ||
"magento/functional-test-module-customer": "100.0.0-dev", | ||
"magento/functional-test-module-catalog": "100.0.0-dev", | ||
"magento/functional-test-module-quote": "100.0.0-dev", | ||
"magento/functional-test-module-paypal": "100.0.0-dev", | ||
"magento/functional-test-module-ui": "100.0.0-dev" | ||
}, | ||
"suggest": { | ||
"magento/functional-test-module-checkout-agreements": "100.0.0-dev", | ||
"magento/functional-test-module-theme": "100.0.0-dev" | ||
}, | ||
"type": "magento2-test", | ||
"license": [ | ||
"proprietary" | ||
] | ||
} |
Oops, something went wrong.