Re: How to run integration tests based on a content package

2025-03-26 Thread Robert Munteanu
Hi Roy, On Tue, 2025-03-04 at 20:42 +0100, Roy Teeuwen wrote: > - The cp2fm is a cli and not a maven plugin, so I can't just easily > execute it on my "all" package to convert it to a feature model file Have you tried using https://github.com/apache/sling-feature-converter-maven-plugin ? > - Whe

How to run integration tests based on a content package

2025-03-04 Thread Roy Teeuwen
I'm trying to achieve a "great" setup to easily be able to create integration tests for a sling-based framework by installing it into a Sling 13 as an extra feature and then running the integration tests, but sadly enough there are some hickups. I'm hoping that any of you guys would be able to h