useStoryParser(new RegexStoryParser(keywords()));
useFailureStrategy(new RethrowingFailure());
usePendingStepStrategy(new PassingUponPendingStep());
useDefaultStoryReporter(new ConsoleOutput());
useStepCollector(new MarkUnmatchedStepsAsPending());
useStepFinder(new StepFinder());
useStepPatternParser(new RegexPrefixCapturingPatternParser());
useStepMonitor(new SilentStepMonitor());
useStepdocReporter(new PrintStreamStepdocReporter());
useParanamer(new NullParanamer());
useViewGenerator(new FreemarkerViewGenerator());