·pest-testing
</>

pest-testing

Tests applications using the Pest 3 PHP framework in Bagisto. Activates when writing tests, creating unit or feature tests, adding assertions, testing Livewire components, architecture testing, debugging test failures, working with datasets or mocking; or when the user mentions test, spec, TDD, expects, assertion, coverage, or needs to verify functionality works.

20Installs·1Trend·@bagisto

Installation

$npx skills add https://github.com/bagisto/agent-skills --skill pest-testing

How to Install pest-testing

Quickly install pest-testing AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/bagisto/agent-skills --skill pest-testing
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: bagisto/agent-skills.

SKILL.md

View raw

Bagisto tests are organized within packages in packages/Webkul/{Package}/tests/:

| Admin Feature Test | packages/Webkul/Admin/tests/Feature | php artisan test --testsuite="Admin Feature Test" | | Core Unit Test | packages/Webkul/Core/tests/Unit | php artisan test --testsuite="Core Unit Test" | | DataGrid Unit Test | packages/Webkul/DataGrid/tests/Unit | php artisan test --testsuite="DataGrid Unit Test" |

| Installer Feature Test | packages/Webkul/Installer/tests/Feature | php artisan test --testsuite="Installer Feature Test" | | Shop Feature Test | packages/Webkul/Shop/tests/Feature | php artisan test --testsuite="Shop Feature Test" |

Tests applications using the Pest 3 PHP framework in Bagisto. Activates when writing tests, creating unit or feature tests, adding assertions, testing Livewire components, architecture testing, debugging test failures, working with datasets or mocking; or when the user mentions test, spec, TDD, expects, assertion, coverage, or needs to verify functionality works. Source: bagisto/agent-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/bagisto/agent-skills --skill pest-testing
Category
</>Dev Tools
Verified
First Seen
2026-02-28
Updated
2026-03-10

Browse more skills from bagisto/agent-skills

Quick answers

What is pest-testing?

Tests applications using the Pest 3 PHP framework in Bagisto. Activates when writing tests, creating unit or feature tests, adding assertions, testing Livewire components, architecture testing, debugging test failures, working with datasets or mocking; or when the user mentions test, spec, TDD, expects, assertion, coverage, or needs to verify functionality works. Source: bagisto/agent-skills.

How do I install pest-testing?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/bagisto/agent-skills --skill pest-testing Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/bagisto/agent-skills