suffle/snapshot
composer require suffle/snapshot
Snapshot Testing of standalone fusion components
1.0.0
Readme excerpt
Suffle.SnapshotA Neos CMS package to perform snapshot tests of fusion components
Regression testing for fusion componentsInspired by Jest and its snapshot testing for React Components, this package helps reducing unwanted side-effects when changing existing Fusion Components. Especially in big projects it is often hard to keep an eye on every usage of a component and which other component might be influenced. Snapshot testing reduces regression bugs by rendering Fusion Components and saving their outcome. If the code of a Fusion Component is changed, the snapshots are no longer in sync with the new outcome, which gives the developer two possibilities:
- Adjust the c…
Read more