Toolverse
All skills

running-e2e-tests

by jeremylongshore

Execute end-to-end tests covering full user workflows across frontend and backend.\nUse when performing specialized testing.\nTrigger with phrases like \

Installation

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

Installation

Quick info

Category
Testing
Views
1

About this skill

Execute end-to-end tests covering full user workflows across frontend and backend.\nUse when performing specialized testing.\nTrigger with phrases like \

How to use

  1. Upewnij się, że masz zainstalowaną jedną z obsługiwanych bibliotek testowania: Playwright (rekomendowane), Cypress, Selenium WebDriver lub Puppeteer. Zainstaluj binaria przeglądarki poleceniem npx playwright install (dla Playwright) lub pobierz Cypress binary. 2. Przygotuj aplikację do testów: uruchom ją w środowisku testowym, załaduj dane testowe, utwórz konta testowe z znanymi danymi logowania i skonfiguruj zmienne środowiskowe zawierające bazowy URL, klucze API oraz dane dostępu. 3. Zidentyfikuj krytyczne ścieżki użytkownika, które chcesz przetestować: rejestracja i logowanie, główne przepływy funkcjonalne (tworzenie, edycję, usuwanie), wyszukiwanie i filtrowanie, przepływy płatności (jeśli dotyczy) oraz obsługę błędów i walidacji. 4. Utwórz modele stron (page object models) — osobną klasę dla każdej strony lub głównego komponentu. Enkapsuluj selektory, akcje (klik, wypełnienie, wybór) i asercje, używając atrybutów data-testid jako głównych selektorów. 5. Napisz pliki testów end-to-end pogrupowane według scenariuszy użytkownika — każdy plik pokrywa jeden kompletny przepływ. Użyj beforeEach do nawigacji i przygotowania stanu. 6. Uruchom testy frazą taką jak "run end-to-end tests", "test user flows" lub "execute E2E suite" — skill automatycznie wykona całą sekwencję i zwróci raport z wynikami.

Related skills

hono

by openstatusHQ

Efficiently develop Hono applications using Hono CLI. Supports documentation search, API reference lookup, request testing, and bundle optimization.

Testing
1257

langgraph-docs

by langchain-ai

Use this skill for requests related to LangGraph in order to fetch relevant documentation to provide accurate, up-to-date guidance.

Testing
23127

playwright-browser-automation

by lackeyjb

Complete browser automation with Playwright. Auto-detects dev servers, writes clean test scripts to /tmp. Test pages, fill forms, take screenshots, check responsive design, validate UX, test login flows, check links, automate any browser task. Use when user wants to test

Testing
13130

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

differential-review

by trailofbits

Performs security-focused differential review of code changes (PRs, commits, diffs). Adapts analysis depth to codebase size, uses git history for context, calculates blast radius, checks test coverage, and generates comprehensive markdown reports. Automatically detects and

Testing
2510

test-cases

by cexll

This skill should be used when generating comprehensive test cases from PRD documents or user requirements. Triggers when users request test case generation, QA planning, test scenario creation, or need structured test documentation. Produces detailed test cases covering

Testing
2862