@Component public class CurrentStory extends Object
Copyright (c) 2020 Daniel Keiss, Deutsche Telekom IT GmbH This file is distributed under the conditions of the Apache License, Version 2.0. For details see the file license on the toplevel.
| Constructor and Description |
|---|
CurrentStory() |
| Modifier and Type | Method and Description |
|---|---|
Optional<Class<? extends WebDriverConfiguration>> |
getAlternativeWebDriverConfiguration() |
Class |
getStoryClass() |
String |
getStoryName() |
String |
getStoryPath() |
boolean |
isRestartBrowserBeforeScenario() |
void |
setStoryPath(String storyPath) |
public String getStoryPath()
public void setStoryPath(String storyPath)
public String getStoryName()
public Class getStoryClass()
public boolean isRestartBrowserBeforeScenario()
public Optional<Class<? extends WebDriverConfiguration>> getAlternativeWebDriverConfiguration()
Copyright © 2017–2020. All rights reserved.