Toolverse
All skills

testrail

by alirezarezvani

Sync tests with TestRail. Use when user mentions \

Installation

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

Installation

Quick info

Category
Testing
Views
2

About this skill

Sync tests with TestRail. Use when user mentions \

How to use

  1. Skonfiguruj zmienne środowiskowe wymagane do połączenia z TestRail: TESTRAIL_URL (adres instancji, np. https://your-instance.testrail.io), TESTRAIL_USER (twój email) oraz TESTRAIL_API_KEY (klucz API z TestRail). Jeśli zmienne nie będą ustawione, skill poinformuje Cię o konieczności ich konfiguracji.

  2. Aby zaimportować przypadki testowe z TestRail i wygenerować testy Playwright, użyj komendy /pw:testrail import --project --suite . Skill pobierze tytuły, warunki wstępne, kroki i oczekiwane rezultaty z TestRail, a następnie wygeneruje odpowiadające im testy Playwright pogrupowane według sekcji. Każdy test będzie zawierać adnotację z identyfikatorem przypadku testowego z TestRail.

  3. Po wykonaniu testów Playwright wygeneruj raport JSON poleceniem npx playwright test --reporter=json > test-results.json, a następnie wyślij wyniki do TestRail komendą /pw:testrail push --run . Skill automatycznie zmapuje wyniki (pass, fail, skip) na odpowiednie statusy w TestRail i doda komunikaty błędów dla testów, które się nie powiodły.

  4. Aby utworzyć nowy przebieg testowy w TestRail, użyj /pw:testrail run --project --name "Nazwa przebiegu". Skill utworzy przebieg zawierający wszystkie przypadki testowe znalezione w adnotacjach testów Playwright i zwróci identyfikator przebiegu potrzebny do wysyłania wyników.

Related skills

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

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

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

nextjs-developer

by zenobi-us

Expert Next.js developer mastering Next.js 14+ with App Router and full-stack features. Specializes in server components, server actions, performance optimization, and production deployment with focus on building fast, SEO-friendly applications.

Testing
166226

webapp-testing

by anthropics

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.

Testing
130255