pest-testing

Automate Pest 3 test execution and verification for PHP applications.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/mkopcic/md-solutions.hr-racuni-app --skill pest-testing-mkopcic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pest-testing
Source: https://github.com/mkopcic/md-solutions.hr-racuni-app/tree/main/.github/skills/pest-testing
Command: npx skills add https://github.com/mkopcic/md-solutions.hr-racuni-app --skill pest-testing-mkopcic

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Writing and maintaining Pest 3 tests for PHP applications can be inconsistent without a shared approach. This skill provides clear guidelines, best practices, and structure to help teams write reliable unit and feature tests.

Core Features & Use Cases

  • Standardized Pest 3 test patterns for unit and feature tests
  • Guidance on organizing tests, using datasets, mocks, and architecture checks
  • Practical examples for Livewire component testing and debugging

Quick Start

Run Pest tests with php artisan test --compact to execute all tests.

Frequently Asked Questions about pest-testing

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

FAQPage Schema
How do I write and organize Pest 3 tests for a Laravel application?

You can execute Pest tests by running the `php artisan test --compact` command in your Laravel project terminal. This runs all automated test suites quickly, verifying your PHP application logic and Livewire components end-to-end.

Can I use this approach to test Livewire components and datasets in PHP?

Yes, Pest 3 testing supports Livewire component testing and dataset usage directly. The skill provides practical examples and standardized conventions for debugging and verifying Livewire components within your Laravel feature tests.

What is the best way to standardize PHP unit and feature testing across a team?

The best way to standardize PHP testing is applying shared Pest 3 conventions. This ensures consistent test creation, organization, and debugging, providing a clear structure for reliable unit and feature test verification across teams.

Does Pest 3 testing require specific dependencies or environment setup?

Pest 3 testing requires a standard PHP and Laravel project environment. Since there are no external dependencies required by the skill, you can immediately apply its testing guidelines and architecture checks within your existing setup.