Closed as not planned
Description
Is it a normal behaviour that using Panther tests I can't reach profiler?
Just didn't find any information about profiling in Panther tests
$this->assertHttpClientRequest('sendMessage', 'POST', [
'chat_id' => (static::$getenv)('APP_FAKE_CLIENT_TELEGRAM_CHAT_ID'),
]);
I guess that I won't get profiling info in this kind of test
If it's possible how can I check if HTTP request was made without profiling info
Metadata
Metadata
Assignees
Labels
No labels