Playwright Cucumber TS Steps
    Preparing search index...

    Function makePostRequestWithFile

    • Performs an HTTP POST request using the contents of a local JSON file as the payload. Supports fixtures for reusable API endpoints and payloads.

      Parameters

      • page: any
      • urlKey: string
      • filePathKey: string

      Returns Promise<void>

      When I pw make a POST request to "users.create" with payload from "user.newUser"