Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 

29 строки
1.3 KiB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <suites xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:mftf:Suite/etc/suiteSchema.xsd">
  9. <suite name="SearchEngineElasticsearchSuite">
  10. <before>
  11. <magentoCLI stepKey="setSearchEngineToElasticsearch" command="config:set {{SearchEngineElasticsearchConfigData.path}} {{SearchEngineElasticsearchConfigData.value}}"/>
  12. <actionGroup ref="CliIndexerReindexActionGroup" stepKey="reindex">
  13. <argument name="indices" value=""/>
  14. </actionGroup>
  15. <actionGroup ref="CliCacheCleanActionGroup" stepKey="cleanInvalidatedCaches">
  16. <argument name="tags" value="full_page"/>
  17. </actionGroup>
  18. <comment userInput="Adding the comment to replace CliCacheFlushActionGroup action group ('cache:flush' command) for preserving Backward Compatibility" stepKey="flushCache"/>
  19. </before>
  20. <after></after>
  21. <include>
  22. <group name="SearchEngineElasticsearch" />
  23. </include>
  24. <exclude>
  25. <group name="skip"/>
  26. </exclude>
  27. </suite>
  28. </suites>