scribe-tdd icon indicating copy to clipboard operation
scribe-tdd copied to clipboard

Scribe's test-driven documentation approach.

Results 7 scribe-tdd issues
Sort by recently updated
recently updated
newest added

this is phpunit 10 support, i suggest tag this to 1.0 so no surprise there , since it's not phpunit

Hi, With latest laravel 10 release, and overall test suite is updated to using phpunit 10 support, is there any plan to upgrade this package to support phpunit 10 ?...

Given this test, for example, we are using [Spatie's laravel-query-builder](https://github.com/spatie/laravel-query-builder): ```php $response = $this->actingAs($user)->getJson(route('maintenances.index', [ 'include' => 'user,building,media', 'filter' => [ 'user_id' => $user->id, 'status' => 'pending', 'category' => 'sports',...

enhancement
help wanted
good first issue

I tried to use this plugin with PEST with no results! Is it possible to use it with PEST? If not: do you have any plans in doing a version...

Hi Currently, example files are only generated in the testing environment and are hardcoded. I am trying to automate docs generation during deployment, and I have different envs. It will...

Replaced hardcoded testing environment with the config item. Updated Readme.md