Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 650 Bytes

project-type-detector.md

File metadata and controls

23 lines (18 loc) · 650 Bytes

Project Type Detector

@TODO: rewrite this section.

The type for a project can be overridden in the composer.json config node by adding testing-suite-type to the configuration. This will allow the use of standards for a different type.

Full list of supported project types can be found over here

The configurations can be set like this:

{
  "config": {
    "youwe-testing-suite": {
      "type": "magento2"
    }
  }
}

For Magento Projects this can be helpful when development is done in the app/code folder and force the testing suite to automatically select the correct standards.