For debugging purpose, I would like to have Telescope record any requests coming from Testing suite. Telescope does not at the moment and I have no ideas why.
I enabled telescope in phpunit.xml
<env name="TELESCOPE_ENABLED" value="true"/>
This is my Feature Test
$this->getJson('/api/vehicle')->assertStatus(401);
When I opened the Telescope, there is no entry for /api/vehicle
saved.