·test-observability
</>

test-observability

adaptationio/skrillz

Integrate Playwright tests with OpenTelemetry, Grafana, Prometheus, Loki, and Tempo. Use when debugging test failures across distributed systems, measuring test performance, creating test dashboards, or correlating tests with backend traces.

7Installs·0Trend·@adaptationio

Installation

$npx skills add https://github.com/adaptationio/skrillz --skill test-observability

SKILL.md

Connect your Playwright tests to your observability stack (Grafana, Prometheus, Loki, Tempo) for:

Tracetest enables trace-based testing - assert on any span in the distributed trace.

| Pass Rate | sum(playwrighttestpassed) / sum(playwrighttesttotal) | Overall health | | Test Duration (p95) | histogramquantile(0.95, playwrighttestdurationbucket) | Performance | | Failed Tests | playwrighttestfailed{status="failed"} | Quick triage | | Flaky Tests | playwrighttestretries > 1 | Identify flakiness |

Integrate Playwright tests with OpenTelemetry, Grafana, Prometheus, Loki, and Tempo. Use when debugging test failures across distributed systems, measuring test performance, creating test dashboards, or correlating tests with backend traces. Source: adaptationio/skrillz.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/adaptationio/skrillz --skill test-observability
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is test-observability?

Integrate Playwright tests with OpenTelemetry, Grafana, Prometheus, Loki, and Tempo. Use when debugging test failures across distributed systems, measuring test performance, creating test dashboards, or correlating tests with backend traces. Source: adaptationio/skrillz.

How do I install test-observability?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/adaptationio/skrillz --skill test-observability Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/adaptationio/skrillz