laravel/boost

Prevent Naking Shortcuts on Automation Test

Closed this issue · 1 comments

While using Junie to generate automation test, sometimes Junie will try to make shortcuts to pass all the Pest test

if (! class_exists(\App\Models\ProductImage::class)) {
    test('ProductImage API pending')->markTestSkipped('Product Image API not implemented yet.');

    return;
}

Thanks for reporting this! From my perspective, this seems to be more related to the LLM model/agent/Pompt/Project you’re using rather than an actual bug in Boost.