Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. @RunWith(Cucumber.class)
  2. @CucumberOptions (
  3. features = "C:\myfeature.feature",
  4. glue = {"stepmethods"},
  5. dryRun = false
  6. )
  7.  
  8. public class RunTest {
  9.  
  10. }
  11.  
  12. **Given** I'm on the homepage
  13. **When** I enter the correct credentials
  14. **And** I click submit
  15. **Then** I will get a userlist
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement