xhd2015 / xgo

All-in-one go testing library
MIT License
289 stars 16 forks source link

test-explorer: integrate `--strace` #214

Open xhd2015 opened 1 week ago

xhd2015 commented 1 week ago

Current test explorer UI includes Test & Debug functionalities, PR https://github.com/xhd2015/xgo/pull/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.