<?xml version="1.0" encoding="UTF-8"?>
<!--
 /**
  * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
  * @author     Mediotype                     https://www.mediotype.com/
  */
-->
<suites xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="urn:magento:mftf:Suite/etc/suiteSchema.xsd">
    <suite name="VertexCompleteSuite">
        <before>
            <magentoCLI command="downloadable:domains:add" arguments="static.magento.com" stepKey="addDownloadableDomain"/>
            <actionGroup ref="VertexTaxDefaultConfigActionGroup" stepKey="setupDefaultVertexTestConfiguration"/>
            <magentoCLI stepKey="cleanConfigCache" command="cache:clean config"/>
        </before>
        <include>
            <group name="Vertex"/>
        </include>
        <after>
            <magentoCLI command="downloadable:domains:remove" arguments="static.magento.com" stepKey="removeDownloadableDomain"/>
        </after>
    </suite>
</suites>
