neos / neos-development-collection

The unified repository containing the Neos core packages, used for Neos development.
https://www.neos.io/
GNU General Public License v3.0
260 stars 221 forks source link

TASK: Allow to enable Fusion caching for Behat tests #5014

Closed dlubitz closed 2 months ago

dlubitz commented 2 months ago

Allows to enable the ContentCache for Fusion renderings in Behat tests. The cache uses the TransientMemoryBackend and gets flushed before each scenario.

Given I have Fusion content cache enabled
dlubitz commented 2 months ago

Yes, it is. But it seems not to work in the Pipeline. I'll change it for Testing/Behat to FileBackend

dlubitz commented 2 months ago

Ahh, It was just the first commit failing.... so yes, it works.