Prerequisites
Description
Description: Currently, once a test is running, users cannot pause and resume it from the web UI. They must stop and restart, losing accumulated statistics. This feature would add pause/resume buttons that:
Pause all running users (maintain their state)
Resume from where they left off
Maintain statistics during pause
Show "PAUSED" status indicator
Files to modify: locust/runners.py, locust/web.py, locust/webui/ (frontend), locust/test/test_runners.py
Prerequisites
Description
Description: Currently, once a test is running, users cannot pause and resume it from the web UI. They must stop and restart, losing accumulated statistics. This feature would add pause/resume buttons that:
Pause all running users (maintain their state)
Resume from where they left off
Maintain statistics during pause
Show "PAUSED" status indicator
Files to modify: locust/runners.py, locust/web.py, locust/webui/ (frontend), locust/test/test_runners.py