The logic is simple, we need to get sling:resourceSuperType available at run time to insect Teaser in Sling model. context.create().resource("/apps/project/components/core/teaser","sling:resourceSuperType", "core/wcm/components/teaser/v2/teaser"); @BeforeEach looks like below: @BeforeEach
public ...