Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

testo

يحتوي testo على 11 من skills المجمعة من php-testo، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
11
Stars
202
محدث
2026-07-03
Forks
12
التغطية المهنية
2 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

testo-migrate-from-phpunit
مطوّرو البرمجيات

Migrate an existing PHPUnit (or Pest) test suite to Testo — via the Rector bridge, via AI-agent rewriting, or a combination. Use when the user says "migrate from PHPUnit", "port phpunit tests", "convert TestCase to Testo", or has files extending PHPUnit\Framework\TestCase that need to move to Testo's attribute-based style.

2026-07-03
testo-configure
مطوّرو البرمجيات

Set up or edit `testo.php` — the Testo application config. Use when the user is bootstrapping a project (including running `vendor/bin/testo init`), adding/removing a suite, scoping a finder, wiring an application-wide plugin (coverage, JUnit), or asking "where do I configure Testo" / "how do I initialize Testo".

2026-07-02
testo-increase-coverage
محللو ضمان جودة البرمجيات والمختبرون

Report and raise line coverage on a Testo project — collect coverage once, aggregate the Clover report into a ranked, LLM-friendly work-list, then optionally write tests for the least-covered files with subagents. Use both for read-only coverage questions and for improving coverage. Triggers are "increase coverage", "improve test coverage", "cover untested code", "find uncovered lines", "raise the coverage percentage", "what isn't tested", "what's our test coverage", "coverage status/report", "how well tested is X", "is X covered".

2026-06-30
testo-write-tests
محللو ضمان جودة البرمجيات والمختبرون

Write or modify tests in a project that uses the Testo PHP testing framework. Use when adding a

2026-06-30
testo-plugin-author
مطوّرو البرمجيات

Author a Testo plugin — interceptors (middleware), event listeners, container bindings, custom attributes, or full test-environment provisioning. Use when the user wants to extend how Testo runs tests (wrap every test, provision a database/service, custom reporters, attribute-driven behaviour, integrating an external system) rather than writing a single test.

2026-06-30
testo-benchmarks
محللو ضمان جودة البرمجيات والمختبرون

Write or tune Testo performance benchmarks with

2026-06-29
testo-mutation-testing
محللو ضمان جودة البرمجيات والمختبرون

Run mutation testing on a Testo project with Infection (via testo/bridge-infection), collect surviving mutants efficiently, and kill them by strengthening tests. Use when the user asks about "mutation testing", "infection", "MSI", "mutation score", "escaped mutants", "kill mutants", or wants to measure how good the tests really are.

2026-06-20
testo-coverage
محللو ضمان جودة البرمجيات والمختبرون

Configure code coverage in Testo via CodecovPlugin, choose coverage level (Line/Branch/Path), wire up reports (Clover/Cobertura/PHPUnit XML), and use

2026-06-09
testo-flaky-tests
محللو ضمان جودة البرمجيات والمختبرون

Stabilize flaky Testo tests with

2026-05-27
testo-data-driven
محللو ضمان جودة البرمجيات والمختبرون

Parameterize Testo tests with

2026-05-18
testo-inline-tests
محللو ضمان جودة البرمجيات والمختبرون

Attach

2026-05-14