clinicjs / node-clinic

Clinic.js diagnoses your Node.js performance issues
https://clinicjs.org
MIT License
5.67k stars 125 forks source link

Support for Playwright/Selenium to simulate actual use cases with artillery or similar? #472

Open mkgn opened 3 months ago

mkgn commented 3 months ago

Expected Behavior

Support more realistic profiling using tools like Playwright/Selenium

Current Behavior

Current examples show and recommend to use autocannon for load generation. However it is not easy to simulate actual user cases with autocannon. But if there is a way to use selenium/playwright to simulate complete user journeys then the data provided to clinicjs will be more realistic.

Is this something out-of-scope or is there a way to get this done?