Yeah, that’s the goal of KarafTestSupport: provide a base for your tests and simplify the configuration.
I’m happy it helps ! Regards JB > Le 29 sept. 2020 à 16:59, Steinar Bang <[email protected]> a écrit : > >>>>>> Jean-Baptiste Onofre <[email protected]>: > >> Hi, >> You can take a look on that: > >> https://github.com/apache/karaf/tree/master/examples/karaf-itest-example >> <https://github.com/apache/karaf/tree/master/examples/karaf-itest-example> > > Thanks JB! > > Basing a test on KarafTestSupport makes testing a karaf feature incredibly > simple, compared to my old pax exam setups: > https://github.com/steinarb/pgjdbc-karaf-ci/blob/master/src/test/java/org/postgresql/pgsql/karaf/ci/PostgresqlKarafFeatureTest.java#L17 >
