December Feature Updates We've introduced a huge new update to reporting, our own browser extension for recording journeys, added Apdex and pass/fail metrics for tests and sped up test launches.
November Product Updates Longer tests, a instant test validation, an AI Assistant, a Chromium-based Wizard, real-time test graphs, grouped test history, AI-driven analysis, and per-URL insights.
Convert test scripts to LoadForge We are proud to announce the release of our Script Converter. You may now convert existing load testing scripts from other popular tools to the LoadForge locustfile format.
Host Health Monitoring We are happy to announce the availability of upgraded Host Health monitoring for all subscribed users.
Results Over Time Monitor your sites reliability over time, especially powerful when combined with scheduled tests. Check the new Runs by Test reporting system out today!
Free test credits for all accounts We are happy to announce that all subscribers will now receive a free "Our Cloud" credit allocation each month.
bs4 Automatically Installed We are happy to announce that beautifulsoup4 is now automatically installed on LoadForge workers. This allows you to parse html pages and create test scripts which automatically find your static content, urls and more. from bs4 import BeautifulSoup from locust import HttpUser, task, between class WebsiteUser(HttpUser): wait_time = between(