Prevent Naking Shortcuts on Automation Test
Closed this issue · 1 comments
flamerecca commented
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;
}pushpak1300 commented
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.