You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The context MageTest\MagentoExtension\Context\MagentoContext provides the step definition for I clear the cache.
This in fact only clears the Magento configuration cache.
It would be useful to be able to do I clear the "block_html" cache or I clear the complete cache
The class MageTest\MagentoExtension\Service\CacheManager already provides the method addSection().
Each cache type can consist of one or more cache tags. This patch uses the cache tags
that have been configured in magento for each cache segment instead of using a single
hardcoded 'config' tag.
This touches on issue #19, but doesn't resolve it completely yet.
The context
MageTest\MagentoExtension\Context\MagentoContext
provides the step definition forI clear the cache
.This in fact only clears the Magento configuration cache.
It would be useful to be able to do
I clear the "block_html" cache
orI clear the complete cache
The class
MageTest\MagentoExtension\Service\CacheManager
already provides the methodaddSection()
.Reference:
The text was updated successfully, but these errors were encountered: