PHPackages                             laratutor/nova-agile-testdox - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Testing &amp; Quality](/categories/testing)
4. /
5. laratutor/nova-agile-testdox

ActiveLibrary[Testing &amp; Quality](/categories/testing)

laratutor/nova-agile-testdox
============================

A Laravel Nova tool to display Agile testdox.

v1.0.0(7y ago)046MITPHPPHP &gt;=7.1.0

Since Sep 10Pushed 7y ago1 watchersCompare

[ Source](https://github.com/laratutor/nova-agile-testdox)[ Packagist](https://packagist.org/packages/laratutor/nova-agile-testdox)[ RSS](/packages/laratutor-nova-agile-testdox/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

Agile Testdox for Laravel Nova
==============================

[](#agile-testdox-for-laravel-nova)

Description
-----------

[](#description)

See your [Agile Testdox](https://phpunit.de/manual/6.5/en/other-uses-for-tests.html) for your test as generated by PHPUnit right inside Laravel Nova!

[![image](screenshot.png)](screenshot.png)

Note: This assumes you have left `phpunit.xml` in the default place (project root) and haven't moved it.

How it works
------------

[](#how-it-works)

PHPUnit will automatically generate the Testdox for you based off the class and method names. Alternatively, you can use the `@testdox` annotation to override the generated strings, as you can see with the "Update a post" test. You can also put the annotation on test methods. See the [Agile Testdox](https://phpunit.de/manual/6.5/en/other-uses-for-tests.html) documentation for more.

Installation
------------

[](#installation)

First, install the package:

`composer require laratutor/nova-agile-testdox`

Next, add it to the array inside the `tools()` method of your `app/Providers/NovaServiceProvider.php`:

```
namespace App\Providers;
...
use Laratutor\NovaAgileTestdox\NovaAgileTestdox;
...

    /**
     * Get the tools that should be listed in the Nova sidebar.
     *
     * @return array
     */
    public function tools()
    {
        return [
            new NovaAgileTestdox,
        ];
    }
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 83.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2850d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/744962?v=4)[James LaChance](/maintainers/FatBoyXPC)[@FatBoyXPC](https://github.com/FatBoyXPC)

![](https://avatars.githubusercontent.com/u/8341011?v=4)[Glenn Kimble Jr](/maintainers/GlennKimbleJr)[@GlennKimbleJr](https://github.com/GlennKimbleJr)

---

Top Contributors

[![FatBoyXPC](https://avatars.githubusercontent.com/u/744962?v=4)](https://github.com/FatBoyXPC "FatBoyXPC (15 commits)")[![GlennKimbleJr](https://avatars.githubusercontent.com/u/8341011?v=4)](https://github.com/GlennKimbleJr "GlennKimbleJr (3 commits)")

---

Tags

testinglaravelTDDtestsAgilenovatest-driven-developmenttestdox

### Embed Badge

![Health badge](/badges/laratutor-nova-agile-testdox/health.svg)

```
[![Health](https://phpackages.com/badges/laratutor-nova-agile-testdox/health.svg)](https://phpackages.com/packages/laratutor-nova-agile-testdox)
```

###  Alternatives

[orchestra/testbench

Laravel Testing Helper for Packages Development

2.2k41.3M38.9k](/packages/orchestra-testbench)[orchestra/testbench-core

Testing Helper for Laravel Development

27146.5M363](/packages/orchestra-testbench-core)[timacdonald/log-fake

A drop in fake logger for testing with the Laravel framework.

4236.4M65](/packages/timacdonald-log-fake)[typo3/testing-framework

The TYPO3 testing framework provides base classes for unit and functional testing.

675.3M1.1k](/packages/typo3-testing-framework)[sofa/laravel-kahlan

Kahlan specs suite for testing Laravel applications

1524.2k](/packages/sofa-laravel-kahlan)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
