CrossReference crossReference = new SauceContextOutput.SauceLabsCrossReference(new HashMap<String, String>())
.withJsonOnly().withOutputAfterEachStory(true).withPendingStepStrategy(pendingStepStrategy)
.excludingStoriesWithNoExecutedScenarios(true);
SeleniumContext seleniumContext = new SeleniumContext();
WebDriverProvider driverProvider;
Format[] formats;
ContextView contextView;
if (System.getProperty("SAUCE_USERNAME") != null) {
driverProvider = new SauceWebDriverProvider();