1.6.0 • Published 5 months ago

playwright-auth v1.6.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

playwright-auth 🔐✨

Helper to manage browser authentication with Playwright including IndexedDB data. This makes it work with Firebase Auth.

Library Usage

import { createAuth, loadAuth } from "playwright-auth";

const { authData } = await createAuth(page);
await loadAuth(page, authData);

CLI Usage

Install with

npm install -g playwright-auth

Create a new storage state file:

playwright-auth create

Load a storage state file:

playwright-auth load <file>

Development

  1. Clone this repository
  2. Install dependencies:
npm install
  1. Build the project:
npm run build
  1. Link the CLI globally (optional):
npm link
1.6.0

5 months ago

1.4.2

5 months ago

1.4.1

5 months ago

1.4.0

5 months ago

1.3.2

5 months ago

1.3.1

7 months ago

1.3.0

7 months ago

1.2.1

7 months ago

1.2.0

7 months ago

1.1.0

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago