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

test-explorer: integrate --strace #214

Closed
xhd2015 opened this issue Jun 23, 2024 · 2 comments
Closed

test-explorer: integrate --strace #214

xhd2015 opened this issue Jun 23, 2024 · 2 comments
Labels
Milestone

Comments

@xhd2015
Copy link
Owner

xhd2015 commented Jun 23, 2024

Current test explorer UI includes Test & Debug functionalities, PR #213 introduced dynamic sub tests, making it easier and more funny to use.

The next step is to integrate with --strace, make it even more powerful.

This issue will trace related technical design and user experience considerations.

@xhd2015 xhd2015 added trace the trace package test-explorer labels Jun 23, 2024
@xhd2015 xhd2015 added this to the v1.1.0 milestone Jun 23, 2024
@xhd2015
Copy link
Owner Author

xhd2015 commented Jul 27, 2024

General desgin:

  • add --strace-dir DIR , which if set will redirect the output to the target directory
  • add a checkbox to toggle trace flag when running or debugging individual test
  • if the trace is toggled on, show it after the test output. It can be viewed by scrolling down

@xhd2015
Copy link
Owner Author

xhd2015 commented Jul 28, 2024

Update:
test-explorer-trace

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

No branches or pull requests

1 participant