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.
Installation
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.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/adaptationio/skrillz --skill test-observability- Source
- adaptationio/skrillz
- 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
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01