Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@vrknetha vrknetha released this 28 Nov 13:58

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