Details
Description
Currently @UsingPaths is using one fixed instance of StoryFinder class.
In order to use a custom StoryFinder class with the annotation, I would like to include an optional storyFinder element in the @UsingPaths annotation.
Currently @UsingPaths is using one fixed instance of StoryFinder class.
In order to use a custom StoryFinder class with the annotation, I would like to include an optional storyFinder element in the @UsingPaths annotation.
Since we are informing the path and the StoryFinder class in the @UsingPaths, we need a runStoriesAsPaths() method without parameter in Embedder class.
Or perhaps a new Embedder abstract class that already implements the run() method of Embeddable interface.