cypress-cucumber-steps
    Preparing search index...

    Function Then_I_see_response_status

    • Then I see response status code:

      Then I see response status {int}
      

      Parameters

      • code: number

      Returns void

      Then I see response status 200
      

      A preceding step like "When I make a request" is required. For example:

      When I make a "POST" request to "/api"
      Then I see response status 200