@Component public class CurrentStory extends Object
Copyright (c) 2019 Daniel Keiss, Deutsche Telekom AG 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 getStoryName()
public Class getStoryClass()
public boolean isRestartBrowserBeforeScenario()
public Optional<Class<? extends WebDriverConfiguration>> getAlternativeWebDriverConfiguration()
public String getStoryPath()
public void setStoryPath(String storyPath)
Copyright © 2017–2020. All rights reserved.