Toolverse
All skills

web-qa-bot

by openclaw

AI-powered web application QA automation using accessibility-tree based testing. Smoke tests, test suites, and PDF reports.

Installation

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

Installation

Quick info

Author
openclaw
Category
Testing
Views
25

About this skill

AI-powered web application QA automation using accessibility-tree based testing. Smoke tests, test suites, and PDF reports.

How to use

  1. Zainstaluj narzędzie globalnie za pomocą npm: npm install -g web-qa-bot agent-browser, a następnie uruchom agent-browser install, aby przygotować środowisko.

  2. Uruchom szybki test zdrowotności strony produkcyjnej poleceniem web-qa-bot smoke https://example.com. Narzędzie automatycznie sprawdzi, czy strona się ładuje, czy nie ma błędów w konsoli, czy elementy nawigacji są obecne i czy obrazy mają tekst alternatywny.

  3. Dla bardziej zaawansowanych testów utwórz plik YAML z definicją zestawu testów (np. tests/critical-paths.yaml). Opisz w nim kroki testowe, takie jak przejście do URL-a, wpisanie tekstu w pola, kliknięcie przycisków i oczekiwanie na widoczność elementów.

  4. Uruchom zdefiniowany zestaw testów poleceniem web-qa-bot run ./tests/critical-paths.yaml --output qa-report.pdf -f pdf. Narzędzie wykona wszystkie kroki i wygeneruje raport PDF z wynikami.

  5. Przejrzyj wygenerowany raport PDF, aby zobaczyć wyniki testów, błędy i ostrzeżenia. Możesz uruchamiać testy przed każdym wdrożeniem, aby upewnić się, że krytyczne ścieżki użytkownika działają prawidłowo.

Related skills

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

go-dev-guidelines

by jumppad-labs

This skill should be used when writing, refactoring, or testing Go code. It provides idiomatic Go development patterns, TDD-based workflows, project structure conventions, and testing best practices using testify/require and mockery. Activate this skill when creating new Go

Testing
1190

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-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

hono

by openstatusHQ

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

Testing
1257

performing-penetration-testing

by jeremylongshore

This skill enables automated penetration testing of web applications. It uses the penetration-tester plugin to identify vulnerabilities, including OWASP Top 10 threats, and suggests exploitation techniques. Use this skill when the user requests a \

Testing
1546