Skip to content

magento-trigger/magento2-functional-testing-framework

Repository files navigation

Magento2 Functional Testing Framework

Customized codeception modules, helpers, page objects and step objects for Magento 2.2.x. This library package can be used as dependency for Magento Acceptance Test projects for Magento 2 Community Edition (magento/acceptance-test-ce) or Magento 2 Enterprise Edition in (magento/acceptance-test-ee) or acceptance test projects for Magento 2 extensions.

Installation

Add the package into your acceptance test project composer.json:

    {
        "require": {
            "magento/acceptance-test-framework": "dev-develop"
        }
    }

Then run:

    composer update

About

Magento2 Functional Testing Framework

Resources

License

Unknown, AGPL-3.0 licenses found

Licenses found

Unknown
COPYING.txt
AGPL-3.0
LICENSE_AGPL3.txt

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 99.3%
  • Other 0.7%