Toolverse
All skills

browser-test

by langwatch

Validate a feature works by driving a real browser with Playwright MCP. No test files — just interactive verification.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
langwatch
Category
Testing
Views
1

About this skill

Validate a feature works by driving a real browser with Playwright MCP. No test files — just interactive verification.

How to use

  1. Przygotuj informacje o aplikacji: jeśli masz plik specyfikacji w formacie Gherkin (np. specs/features/moja-funkcja.feature), przygotuj jego ścieżkę; jeśli nie, przygotuj krótki opis tego, co chcesz przetestować.

  2. Określ port aplikacji. Narzędzie automatycznie szuka pliku .dev-port w katalogu głównym repozytorium. Jeśli plik nie istnieje, uruchamia skrypt scripts/dev-up.sh, który go tworzy. Możesz też podać port ręcznie w argumentach.

  3. Uruchom umiejętność, przekazując port (opcjonalnie) i opis funkcji lub ścieżkę do pliku specyfikacji. Przykład: podaj port 5570 i opis "sprawdź czy dashboard ładuje się po zalogowaniu" lub ścieżkę "specs/features/beta-pill.feature".

  4. Narzędzie parsuje Twoje argumenty, odczytuje plik specyfikacji (jeśli podałeś ścieżkę) i konwertuje scenariusze na listę kroków do weryfikacji. Jeśli nic nie podasz, uruchomi domyślny test: sprawdzenie czy aplikacja się ładuje, logowanie działa i dashboard się renderuje.

  5. Agent sterujący przeglądarką wykonuje każdy krok, a wyniki wraz ze zrzutami ekranu zapisywane są w katalogu browser-tests z datą i nazwą funkcji.

  6. Przejrzyj raport ze zrzutami ekranu, aby potwierdzić że funkcja działa poprawnie. Brak plików testów — tylko interaktywna weryfikacja i dokumentacja wizualna.

Related skills

lean4-theorem-proving

by cameronfreer

Use when developing Lean 4 proofs, facing type class synthesis errors, managing sorries/axioms, or searching mathlib - provides build-first workflow, instance management patterns (haveI/letI), and domain-specific tactics

Testing
9108

code-reviewer

by google-gemini

Use this skill to review code. It supports both local changes (staged or working tree) and remote Pull Requests (by ID or URL). It focuses on correctness, maintainability, and adherence to project standards.

Testing
1248

wcag-audit-patterns

by wshobson

Conduct WCAG 2.2 accessibility audits with automated testing, manual verification, and remediation guidance. Use when auditing websites for accessibility, fixing WCAG violations, or implementing accessible design patterns.

Testing
1893

playwright-cli

by microsoft

Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.

Testing
45103

creating-financial-models

by anthropics

This skill provides an advanced financial modeling suite with DCF analysis, sensitivity testing, Monte Carlo simulations, and scenario planning for investment decisions

Testing
25137

backtesting-frameworks

by wshobson

Build robust backtesting systems for trading strategies with proper handling of look-ahead bias, survivorship bias, and transaction costs. Use when developing trading algorithms, validating strategies, or building backtesting infrastructure.

Testing
12105