cypress-cucumber-steps
    Preparing search index...

    Function Then_I_see_URL

    • Then I see URL:

      Then I see URL {string}
      

      Parameters

      • url: string
      • Optionaloptions: DataTable

      Returns void

      With baseUrl set:

      Then I see URL "/index.html"
      

      Without baseUrl set:

      Then I see URL "http://localhost:8080/index.html"
      

      With options:

      Then I see URL "/"
      | decode | false |
      | log | true |
      | timeout | 4000 |