Playwright Cucumber TS Steps
    Preparing search index...

    Function loadBrowserState

    • Loads a previously saved browser context state (cookies, localStorage, etc.) from a file. Supports fixtures for reusable auth state filenames. Use this at the start of other scenarios to restore an authenticated session.

      Parameters

      • page: any
      • filenameKey: string

      Returns Promise<void>

      Given I pw load the browser state from "adminState"