Skip to main content

Tarantula Playwright Adapter

Overview

The Playwright Adapter implements the Tarantula Core interfaces for the Playwright test automation framework. It provides concrete classes for browser and element interactions, enabling seamless integration with Playwright while maintaining the abstraction and extensibility of the Tarantula ecosystem.

Key Features

  • Implements Driver and Locator using Playwright APIs.
  • Extends core base classes for Playwright-specific logic.
  • Designed as a separate, publishable package.
  • Peer dependency on @playwright/test and @demirtag/tarantula.

Directory Structure

  • src/: Adapter implementation.
  • docs/: Documentation and usage guides.

Usage

Install as a dependency in your test project or CLI tool to enable Playwright support.