I haven't heard about anything similar to that. Would it be useful? I have a feeling that it wouldn't be useful if I understand your question.
Aug 16, 2021
4
Level 9
Pre-made Test Libraries
Are there any libraries/packages/checklists of pre-written tests that can be imported as starters for projects? When I write my own tests, I always have a nagging thought in the back of my mind that there are some "unknown unknowns" that I'm missing.
Ideally, I would like something that works like php artisan, with a menu of common test classes and stubs of methods that should be in there (e.g. something like make:LoginTest, make:PaymentTest, make:SubscriptionTest).
Any suggestions much appreciated!
Please or to participate in this conversation.