public class PerStoriesSeleniumSteps extends SeleniumSteps
NOTE: using this implementation requires the use of a same-thread
ExecutorService
to be configured in the Embedder, e.g. Guava's
MoreExecutors.sameThreadExecutor()
,
runner, selenium
Constructor and Description |
---|
PerStoriesSeleniumSteps() |
PerStoriesSeleniumSteps(com.thoughtworks.selenium.Selenium selenium) |
Modifier and Type | Method and Description |
---|---|
void |
afterStories() |
void |
beforeStories() |
Copyright © 2017. All rights reserved.