Skip to main content
Back to the directory
alirezarezvani/claude-skillsSoftware EngineeringTesting and QA

testrail

Bidirectional sync between Playwright tests and TestRail test management.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
960

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/alirezarezvani/claude-skills --skill testrail
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, testrail has 960 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: alirezarezvani/claude-skills. Canonical URL: https://skills.sh/alirezarezvani/claude-skills/testrail.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
Bidirectional sync between Playwright tests and TestRail test management. Environment variables must be set: If not set, inform the user how to configure them and stop. Steps: Steps: Steps: Steps: Steps: All Playwright tests linked to TestRail include: This annotation is the bridge between Playwright and TestRail. - TESTRAIL_URL — e.g., - TESTRAIL_USER — your email - TESTRAIL_API_KEY — API key from TestRail - Call testrail_get_cases MCP tool to fetch test cases - For each test case: - Read title, preconditions, steps, expected results - Map to a Playwright test using appropriate template - Include TestRail case ID as test annotation: test.info().annotations.push({ type: 'testrail', description: 'C12345' }) - Generate test files grouped by section - Report: X cases imported, Y tests generated - Run Playwright tests with JSON reporter: npx playwright test --reporter = json > test-results.json - Parse results: map each test to its TestRail case ID (from annotations) - Call testrail_add_result MCP tool for each test: - Pass → status_id: 1 - Fail → status_id: 5, include error message - Skip → status_id: 2 - Report: X results pushed, Y passed, Z failed - Call testrail_add_run MCP tool - Include all test case IDs found in Playwright test annotations - Return run ID for result pushing - Fetch test cases from TestRail - Scan local Playwright tests for TestRail annotations - Report...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does testrail do?

Bidirectional sync between Playwright tests and TestRail test management.

Is testrail good?

testrail does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support testrail?

testrail currently lists compatibility with Skills CLI.

Is testrail safe to install?

testrail has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to testrail?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install testrail?

Run the following command to install testrail: npx skills add https://github.com/alirezarezvani/claude-skills --skill testrail

Related skills

More from alirezarezvani/claude-skills

Related skills

Alternatives in Software Engineering