Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/magento/magento2-functional-testing-framework

Magento2 Functional Testing Framework
https://github.com/magento/magento2-functional-testing-framework

Last synced: 5 days ago
JSON representation

Magento2 Functional Testing Framework

Awesome Lists containing this project

README

        

# Magento Functional Testing Framework (MFTF)

----

## Installation

For the installation guidelines and system requirements, refer to [Getting Started][].

## Contributing

We would appreciate your contributions to new components or new features, changes to the existing features, tests, documentation, specifications, bug fixes, optimizations, or just good suggestions.
Report about an issue or request features opening a GitHub issue.
Learn more about contributing in our [Contribution Guidelines][].

If you want to participate in the documentation work, see [DevDocs Contributing][].

### Labels Applied by the MFTF Team

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.

### Pull Request Status

| Label | Description |
| --------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **accept** | The pull request has been accepted and will be merged into mainline code. |
| **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. |
| **needsUpdate** | The Magento Team needs additional information from the reporter to properly prioritize and process the pull request. |

### Issue Resolution Status

| Label | Description |
| -------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
| **acknowledged** | The Magento Team has validated the issue and an internal ticket has been created. |
| **needsUpdate** | The Magento Team needs additional information from the reporter to properly prioritize and process the issue or pull request. |
| **cannot reproduce** | The Magento Team has not confirmed that this issue contains the minimum required information to reproduce. |
| **non-issue** | The Magento Team has not recognized any issue according to provided information. |

### Domains Impacted

| Label | Description |
| -------- | ----------------------------------------------------------------------------- |
| **PROD** | Affects the Product team (mostly feature requests or business logic change). |
| **DOC** | Affects Documentation domain. |
| **TECH** | Affects Architect Group (mostly to make decisions around technology changes). |

### Type

| Label | Description |
| --------------- | ----------------------------------------------------------------------------------------------------------------------------- |
| **bugfix** | The issue or pull request relates to bug fixing. |
| **enhancement** | The issue or pull request that raises the MFTF to a higher degree (for example new features, optimization, refactoring, etc). |

## Reporting Security Issues

To report security vulnerabilities or learn more about reporting security issues in Magento software or web sites visit the [Magento Bug Bounty Program](https://hackerone.com/magento) on hackerone.
Please create a hackerone account [there](https://hackerone.com/magento) to submit and follow-up on your issue.

Stay up-to-date on the latest security news and patches for Magento by signing up for [Security Alert Notifications][].

## License

Each Magento source file included in this distribution is licensed under AGPL 3.0.

See the [license][] or contact [[email protected]][] for a copy.

[Getting Started]: docs/getting-started.md
[Contribution Guidelines]: .github/CONTRIBUTING.md
[DevDocs Contributing]: https://github.com/magento/devdocs/blob/master/.github/CONTRIBUTING.md
[Security Alert Notifications]: https://magento.com/security/sign-up
[license]: LICENSE_AGPL3.txt
[[email protected]]: mailto:[email protected]