Skip to content

Magento2 Functional Testing Framework used for devdocs migration

License

Unknown, AGPL-3.0 licenses found

Licenses found

Unknown
COPYING.txt
AGPL-3.0
LICENSE_AGPL3.txt
Notifications You must be signed in to change notification settings

commerce-docs/magento2-functional-testing-framework-public

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 used for devdocs migration

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

Languages

  • PHP 99.1%
  • Other 0.9%