Class WebDeviceSteps

java.lang.Object
io.webdevice.cucumber.steps.WebDeviceSteps

@SpringBootTest(classes=io.webdevice.wiring.WebDeviceRuntime.class)
public class WebDeviceSteps
extends java.lang.Object
Only one step definition can be annotated as the @ContextConfiguration for Spring. This is detected by cucumber-spring library and will serve as the "entry point" for Spring configuration
  • Constructor Summary

    Constructors 
    Constructor Description
    WebDeviceSteps()  
  • Method Summary

    Modifier and Type Method Description
    void navigateHome()  
    void navigateTo​(java.lang.String relativePath)  
    void useBrowser()  
    void useBrowser​(java.lang.String name)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • useBrowser

      @Given("a {string} browser") public void useBrowser​(java.lang.String name)
    • useBrowser

      @Given("a browser") public void useBrowser()
    • navigateHome

      @Given("I navigate home") public void navigateHome()
    • navigateTo

      @Given("I navigate to {string}") public void navigateTo​(java.lang.String relativePath)