cypress-cucumber-steps
    Preparing search index...

    Function Then_I_see_URL_contains

    • Then I see URL contains:

      Then I see URL contains {string}
      

      Parameters

      • url: string
      • Optionaloptions: DataTable

      Returns void

      With baseUrl set:

      Then I see URL contains "/index.html"
      

      Without baseUrl set:

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

      With options:

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