Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 

28 lignes
1.2 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. <actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  9. xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
  10. <actionGroup name="AdminReindexAndFlushCache">
  11. <annotations>
  12. <!--
  13. PLEASE NOTE:
  14. The action group runs commands to reindex ALL indexers and to flush ALL cache types.
  15. It's better to specify needed index (for reindexing) / cache type (for cache flushing).
  16. Please use the following action groups:
  17. - CliIndexerReindexActionGroup - run reindex by CLI with specified indexers
  18. - CliCacheCleanActionGroup - run cache:clean by CLI with specified cache tags
  19. - CliCacheFlushActionGroup - run cache:flush by CLI with specified cache tags
  20. -->
  21. <description>Run reindex and flush cache.</description>
  22. </annotations>
  23. <magentoCLI command="indexer:reindex" stepKey="reindex"/>
  24. <magentoCLI command="cache:flush" stepKey="flushCache"/>
  25. </actionGroup>
  26. </actionGroups>