test

Execute and guide backend Maven and frontend Playwright tests for PastCare.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/ReubenFrimpong/past-care-spring --skill test-reubenfrimpong
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test
Source: https://github.com/ReubenFrimpong/past-care-spring/tree/main/.claude/skills/test
Command: npx skills add https://github.com/ReubenFrimpong/past-care-spring --skill test-reubenfrimpong

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of running and writing tests for the PastCare application, ensuring code quality and adherence to strict testing requirements.

Core Features & Use Cases

  • Execute Test Suites: Run the full backend and frontend test suites.
  • Targeted Testing: Execute specific backend test classes or frontend end-to-end tests.
  • Writing Guidance: Provides mandatory requirements for role-based and tenant isolation testing.
  • Use Case: After making a change to the member management module, use this Skill to run all relevant tests to ensure no regressions were introduced.

Quick Start

Use the test skill to run the full backend test suite.

Frequently Asked Questions about test

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run backend and frontend integration tests for a Java application?

You can run backend integration tests using Maven and frontend E2E tests using Playwright. This Skill targets specific test classes or full suites to verify application stability.

What is role-based and tenant isolation testing in multi-tenant applications?

Role-based and tenant isolation testing verifies that users can only access permitted data within their tenant boundary. This Skill enforces mandatory test patterns to validate these security protocols.

Does this testing approach support running targeted E2E tests with Playwright?

Yes, it supports targeted testing for specific frontend E2E tests using Playwright. You can execute individual test scenarios rather than forcing the entire frontend suite to run every time.

How to write maintainable tests that enforce tenant isolation requirements?

Write maintainable tests by adhering to specific test location and pattern requirements. This Skill provides guidance to enforce comprehensive role-based and tenant isolation testing protocols for full coverage.

Can I execute specific backend test classes without running the full Maven suite?

Yes, you can execute targeted backend test classes via Maven instead of running the full suite. This allows rapid validation of specific modules like member management after making code changes.