Skip to content

Releases: vrknetha/playwright-indexeddb

v1.0.0

28 Nov 13:58
Compare
Choose a tag to compare

playwright-indexeddb v1.0.0

A lightweight, type-safe library for interacting with IndexedDB in Playwright tests.

Features

  • 🎭 Seamless Playwright integration with promise-based API
  • 🔒 Full TypeScript support with strict typing
  • 📦 Complete CRUD operations (get, put, delete, clear)
  • ⚡️ Efficient bulk operations with getAllItems
  • 🧪 Comprehensive test coverage and error handling
  • 🔄 Version control support for database migrations