https://github.com/julienloizelet/ddev-magento2-mftf
A DDEV add-on to handle Magento 2 Functional Testing Framework (MFTF)
https://github.com/julienloizelet/ddev-magento2-mftf
Last synced: 3 months ago
JSON representation
A DDEV add-on to handle Magento 2 Functional Testing Framework (MFTF)
- Host: GitHub
- URL: https://github.com/julienloizelet/ddev-magento2-mftf
- Owner: julienloizelet
- License: mit
- Created: 2023-03-14T02:21:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-17T06:51:29.000Z (about 2 years ago)
- Last Synced: 2025-01-14T13:33:27.220Z (4 months ago)
- Language: Shell
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Magento 2 Functional Testing Framework DDEV add-on

[](https://github.com/julienloizelet/ddev-magento2-mftf/releases)**Table of Contents**
- [Introduction](#introduction)
- [Requirements](#requirements)
- [Installation](#installation)
- [License](#license)
- [Contribute](#contribute)## Introduction
The purpose of this [DDEV](https://ddev.readthedocs.io/en/stable/) add-on is to share my development DDEV's tools.
I use it to set up [Magento Functional Testing Framework](https://developer.adobe.com/commerce/marketplace/guides/sellers/mftf-magento/) (MFTF).
## Requirements
This add-on depends on `julienloizelet/ddev-tools` add-on:
`ddev get julienloizelet/ddev-tools`
## Installation
`ddev get julienloizelet/ddev-magento2-mftf`
## License
[MIT](LICENSE)
## Contribute
Anyone is welcome to submit a pull request to this repository.
**Contributed and maintained by [julienloizelet](https://github.com/julienloizelet)**