You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #1814 from magento-pangolin/sprint-2.2-develop
[Pangolin] Deliver changes from Sprint 14 - 2.2-develop
- MQE-528: Robo commands should override certain files.
- MQE-382: Adding custom "assertElementContainsAttribute" method.
- MQE-572: Expose selenium configuration from within our .env file
- MQE-513: added attachment (screenshots/logs) support in Allure report
- MQE-439: .env.example parameter example comment block
- MQE-541: changed to use stepKey for test step sequencing.
- MQE-569: added SampleTests in module blacklist and not allowed to generate
- MQE-570: Sanitize MAGENTO_BASE_URL (.env file) and Selenium params
- MQE-574: selector or selectorArray attribute is required for 'click'
- MQE-583: set release version to 1.0.0 and updated composer dependencies.
- MQE-347: Use a remove tag instead of a remove attribute
- MQE-386: MFTF Compatibility with Windows Machine
- MQE-592: Audit Test Cases on Firefox/Chrome on Windows/OSX
- MQE-599: Move composer.json, README, etc from EE to CE
[Magento Functional Testing Framework system requirements](http://devdocs.magento.com/guides/v2.2/magento-functional-testing-framework/getting-started.html#prepare-environment)
7
+
8
+
## Installation
9
+
To install the Magento Functional Testing Framework, see [Getting Started](http://devdocs.magento.com/guides/v2.2/magento-functional-testing-framework/getting-started.html)
10
+
11
+
## Contributing
12
+
Contributions can take the form of new components or features, changes to existing features, tests, documentation (such as developer guides, user guides, examples, or specifications), bug fixes, optimizations, or just good suggestions.
13
+
14
+
To learn about how to make a contribution, click [here][1].
15
+
16
+
To open an issue, click [here][2].
17
+
18
+
To suggest documentation improvements, click [here][3].
Refer to the tables with descriptions of each label below. These labels are applied by the MFTF development team to community contributed issues and pull requests, to communicate status, impact, or which team is working on it.
27
+
28
+
### Pull Request Status
29
+
30
+
Label| Description
31
+
---|---
32
+
**accept**| The pull request has been accepted and will be merged into mainline code.
33
+
**reject**| The pull request has been rejected and will not be merged into mainline code. Possible reasons can include but are not limited to: issue has already been fixed in another code contribution, or there is an issue with the code contribution.
34
+
**needsUpdate**| The Magento Team needs additional information from the reporter to properly prioritize and process the pull request.
35
+
36
+
### Issue Resolution Status
37
+
38
+
Label| Description
39
+
---|---
40
+
**acknowledged**| The Magento Team has validated the issue and an internal ticket has been created.
41
+
**needsUpdate**| The Magento Team needs additional information from the reporter to properly prioritize and process the issue or pull request.
42
+
**cannot reproduce**| The Magento Team has not confirmed that this issue contains the minimum required information to reproduce.
43
+
**non-issue**| The Magento Team has not recognised any issue according to provided information.
44
+
45
+
### Domains Impacted
46
+
47
+
Label| Description
48
+
---|---
49
+
**PROD**| Affects the Product team (mostly feature requests or business logic change).
50
+
**DOC**| Affects Documentation domain.
51
+
**TECH**| Affects Architect Group (mostly to make decisions around technology changes).
52
+
53
+
### Type
54
+
55
+
Label| Description
56
+
---|---
57
+
**bugfix**| The issue or pull request relates to bug fixing.
58
+
**enhancement**| The issue or pull request that raises the MFTF to a higher degree (for example new features, optimization, refactoring, etc).
59
+
60
+
## License
61
+
62
+
Each Magento source file included in this distribution is licensed under APL 3.0
63
+
64
+
Please see LICENSE_APL3.txt for the full text of the APL 3.0 license or contact license@magentocommerce.com for a copy.
0 commit comments