Skip to content

Instantly share code, notes, and snippets.

@ova2
Last active August 27, 2016 13:28
Show Gist options
  • Save ova2/bb4e4e68d6cef0ad78a87605a6e69ea0 to your computer and use it in GitHub Desktop.
Save ova2/bb4e4e68d6cef0ad78a87605a6e69ea0 to your computer and use it in GitHub Desktop.
public class MyTestIT extends AbstractSeleniumTest {
@FlowOnPage(step = 1, desc = "Description for this method")
void flowSomePage(SomePage somePage) {
...
}
@FlowOnPage(step = 2, desc = "Description for this method")
void flowAnotherPage(AnotherPage anotherPage) {
...
}
@FlowOnPage(step = 3, desc = "Description for this method")
void flowYetAnotherPage(YetAnotherPage yetAnotherPage) {
...
}
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment