Is it possible to run php artisan test command via ts/node js?

Viewed 12

I've an uncommon problem, cause I'm trying to get result of php artisan test command in my typescript script. Is it even possible? I was trying to do that by using child_proccess but it doesn't work

0 Answers
Related