Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
A Laravel Continuous Integration Package
| Date | Stars |
|---|---|
| 2026-07-24 | 716 |
| 2026-07-25 | 716 |
| 2026-07-28 | 716 |
| 2026-07-30 | 716 |
| 2026-08-06 | 716 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# TDDD - Test Driven Development Dashboard ### A Self-Hosted TDD Dashboard & Tests Watcher [](https://packagist.org/packages/pragmarx/tddd) [](LICENSE.md) [](https://packagist.org/packages/pragmarx/tddd) [](https://scrutinizer-tddd.com/g/antonioribeiro/tddd/?branch=master) [](https://scrutinizer-tddd.com/g/antonioribeiro/tddd/?branch=master) [](https://styleci.io/repos/27037779) ## What is it? TDD Dashboard, is an app (built as a Laravel PHP package) to watch and run all your tests during development. It supports any test framework working on terminal, and comes with some testers (PHPUnit, phpspec, behat, Jest, AVA...) preconfigured, but you can easily add yours, just tell it where the executable is and it's done. It also shows the progress of your tests, let you run a single test or all of them, and open your favorite code editor (PHPStorm, VSCode, Sublime Text, etc.) going right to the failing line of your test. If your test framework generate screenshots, it is also able to show it in the log page, with all the reds and greens you are used to see in your terminal. It uses Laravel as motor, but supports (and has been tested with) many languages, frameworks and testing frameworks: * [PHPUnit](https://phpunit.de/) * [Laravel & Laravel Dusk](https://laravel.com/docs/5.5/dusk) * [Codeception](http://codeception.com/) * [phpspec](http://www.phpspec.net/en/stable/) * [Behat](http://behat.org/en/latest/) * [atoum](http://atoum.org/) * [Jest](https://facebook.github.io/jest/) * [AVA](https://github.com/avajs/ava) * [React](https://reactjs.org/) * [Ruby on Rails](http://guides.rubyonrails.org/testing.html) * [Nette Tester](https://tester.nette.org/) * [Symfony](https://symfony.com/doc/current/testing.html) ## Features * Project List: click a project link to see all its tests. * Open files directly in your source code editor (PHPStorm, Sublime Text...). * Error log with source code linked, go strait to the error line in your source code. * Enable/disable a test. Once disabled if the watcher catches a change in resources, that test will not fire. * Real time test state: "idle", "running", "queued", "ok" and "failed". * "Show" button, to display the error log of failed tests. * Highly configurable, watch anything and test everything! ### Videos - [Preview](https://www.youtube.com/watch?v=sO_aDf3xCgE) - [Installing](https://youtu.be/AgkKCLNiV8w) - [VueJS Preview](https://youtu.be/HAdfLYArk_A) - [Laravel Dusk Preview](https://youtu.be/ooF4oLD9U7Q) ### Screenshots #### Dashboard  #### Error Log    ## Command Line Interface The Artisan commands **Watcher** and **Tester** are responsible for watching resources and firing tests, respectively: ### Watcher Keep track of your files and enqueue your tests every time a project or test file is changed. If a project file changes, it will enqueue all your tests, if a test file changes, it will enqueue only that particular test. This is how you run it: ``` bash php artisan tddd:watch ``` ### Tester Responsible for taking tests from the run queue, execute it and log the results. Tester will only execute enabled tests. This
Excerpt of 6,923 characters
Read on GitHub357
9
Santiago Castro · @Netflix · United States
1
1
1
1
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:7ea99b07ba4d0305, topic:testing
matched fp:7ea99b07ba4d0305, topic:developer-tools