Playwright Cucumber TS Steps
    Preparing search index...

    Function makePostRequestWithTable

    • Performs an HTTP POST request using a Gherkin Data Table as the JSON payload.

      Parameters

      • page: any
      • urlKey: string
      • tableData: string[][]

      Returns Promise<void>

      When I pw make a POST request to "users.create" with data
      | name | John |
      | job | Dev |