laravel-api-tester icon indicating copy to clipboard operation
laravel-api-tester copied to clipboard

Add more information

Open pbelyaev opened this issue 7 years ago • 3 comments

Would be great to see some of these features:

  1. Stack trace
  2. Queries have been executed
  3. Response time
  4. Timeline maybe :)

pbelyaev avatar Aug 23 '16 18:08 pbelyaev

Queries have been executed
Response time

in the future possible... Now you can use laravel-debug-bar with laravel-api-tester. Works fine together.

greabock avatar Aug 24 '16 10:08 greabock

@greabock about response time. I think we can set response timer on frontend and leave everything else to debugbar. Stack trace is also a good idea, but it should be optional. Queries and timeline is out of scope I think. That's what debugbar is for.

asvae avatar Sep 10 '16 01:09 asvae

@asvae Yeah, you're right

greabock avatar Sep 10 '16 07:09 greabock