Skip to Content
DocumentationGetting Started

Getting Started

Welcome to playwright-core — annotation-driven Playwright testing infrastructure for better observability and traceability.

What is playwright-core?

This is a monorepo of Playwright testing tools built around annotation-driven testing. It provides:

  • Type-safe annotations for linking tests to user journeys and business requirements
  • Flexible reporter with pluggable storage adapters
  • Ready-to-use adapters for filesystem, Slack, and Firestore

Open Source — These packages are published to npm and can be used by any team.

Packages Overview

Installation

# Install all packages npm install @lytics/playwright-annotations @lytics/playwright-reporter @lytics/playwright-adapters # Or install individually npm install @lytics/playwright-annotations npm install @lytics/playwright-reporter npm install @lytics/playwright-adapters

Prerequisites

  • Node.js v22 LTS or higher
  • Playwright v1.40 or higher

Next Steps

Last updated on