test

Run backend pytest and frontend vitest suites with failure reports.

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/tizah/spotter-ai --skill test-tizah
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test
Source: https://github.com/tizah/spotter-ai/tree/main/.claude/skills/test
Command: npx skills add https://github.com/tizah/spotter-ai --skill test-tizah

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ensures the functionality and reliability of the system by running a full test suite on both backend and frontend components.

Core Features & Use Cases

  • Comprehensive Testing: Executes all tests for both the backend and frontend, validating system integrity.
  • Sequential Execution: Runs backend tests using pytest and frontend tests using vitest.
  • Reporting: Provides pass/fail counts for each suite and detailed failure reports if necessary.

Quick Start

To run the full test suite, execute the following command:

run full-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 a full test suite for both frontend and backend systems?

Running a full test suite sequentially validates both frontend and backend systems. It uses Python's pytest for backend testing and npm's test command for frontend testing to ensure comprehensive operational integrity.

What is the best way to validate system integrity across frontend and backend?

Validating system integrity across frontend and backend is achieved by executing a predefined set of tests. This comprehensive testing approach sequentially runs backend tests using pytest and frontend tests using vitest to verify core functionalities.

Does this testing approach provide detailed failure reports for the test suite?

Yes, the test suite execution provides detailed failure reports for the system. After running backend and frontend tests, it returns pass and fail counts for each suite along with necessary failure details.

Do I need pytest and vitest to automate and validate the system?

Yes, you need pytest and vitest to automate and validate the system using this test suite. Backend testing requires Python's pytest, while frontend testing relies on npm's test command running vitest.

When do I need to execute a predefined set of tests on my system?

You need to execute a predefined set of tests on your system when you need to ensure its operational integrity and reliability. This full test suite validates that both backend and frontend core functionalities are working as expected.