Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

See "traces" in collections and some other ideas for Traces #211

Open
AFract opened this issue Mar 14, 2024 · 3 comments
Open

See "traces" in collections and some other ideas for Traces #211

AFract opened this issue Mar 14, 2024 · 3 comments
Labels
enhancement New feature or request status:planned We plan to work on this

Comments

@AFract
Copy link

AFract commented Mar 14, 2024

Hello,

Collections is a great feature, and running/displaying tests results in it is fine.

However, it could also be interesting for a future release :

  • To see the Traces of calls inside collection result panel,
  • And eventually to be able to review each request/result of each call inside the collection result without to have to "jump" to them.
  • Also, seeing which test comes from which operation could be interesting for collections involving many operations.

Additionnally I would also be interested to have some kind of overload for the Trace() method to make them "more visible", when those traces are related to the things I am currently testing. Currently "custom" traces are kinda lost in the "Traces" panel which is cluttered by "technical" traces like Connect / request sent, etc.

Thank you !

@AFract AFract added the enhancement New feature or request label Mar 14, 2024
@AFract AFract changed the title See "traces" in collections See "traces" in collections and some other ideas for Traces Mar 14, 2024
@ni507
Copy link
Contributor

ni507 commented Mar 14, 2024

Thank you for your report.

You can view the traces and the result for each operation by clicking on the operation in the collection. On the right side all the response details of the operation should be visible. Does this meet your needs?

To improve the visibility of the traces, we have added an issue to our backlog.

@ni507 ni507 added the status:planned We plan to work on this label Mar 14, 2024
@AFract
Copy link
Author

AFract commented Mar 14, 2024

Hello,

"You can view the traces and the result for each operation by clicking on the operation in the collection. On the right side all the response details of the operation should be visible. Does this meet your needs?"

The idea was to have them directly on the "Collection execution result" panel, where currently there's only one tab with the results of all the tests.

This way, if operation C reuse some informations from operation A and B that are displayed by Trace() calls, it could be easier to review in one look what was done.

edit : I have also updated first post with a request related to test results displaying.

@ni507
Copy link
Contributor

ni507 commented Mar 14, 2024

Okay, got it.

We will add this to the backlog as well and see what we can do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request status:planned We plan to work on this
Projects
None yet
Development

No branches or pull requests

2 participants