
My open source developer tool, Webprobe
Webprobe Repo I created Webprobe to help me with the development and debugging of my website. It's a rust based CLI tool that can launch crawlers to interact with every interactive element on a website, in order to find any errors that may occur for a user. It creates a detailed JSON report with network statistics, load times, errors and page-by-page stats. It can also run load tests on sites. It can handle authentication given selectors and values, or it can autofind selectors. It works on localhost, and works with the full URL ( https://localhost:3000 , for example), just the localhost (localhost:3000) or port number (3000). I plan to keep improving it in future by adding pentesting features and improving the load testing systems. Please feel free to ask any questions, or open any issues on the repo! You can install webprobe by running npm i @knihalani/webprobe
Continue reading on Dev.to Webdev
Opens in a new tab


