You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've encountered an issue where the greater-than symbols (>) in the Locust Web UI report are being rendered as their HTML entity equivalents (>). This issue occurs when downloading the report, which should display these symbols correctly.
Expected Behavior
The downloaded report should display the > symbol as it is, without converting it to the > HTML entity.
Actual Behavior
When I download the report from the Locust Web UI, all instances of the > symbol are being converted to >, which is not the expected output.
Steps to Reproduce
Run a Locust test with the Web UI enabled.
After the test, go to the 'Download Data' tab.
Click on 'Download' to get the report.
Open the downloaded report and observe that the > symbols are replaced with >.
Prerequisites
Description
Description
I've encountered an issue where the greater-than symbols (
>
) in the Locust Web UI report are being rendered as their HTML entity equivalents (>
). This issue occurs when downloading the report, which should display these symbols correctly.Expected Behavior
The downloaded report should display the
>
symbol as it is, without converting it to the>
HTML entity.Actual Behavior
When I download the report from the Locust Web UI, all instances of the
>
symbol are being converted to>
, which is not the expected output.Steps to Reproduce
>
symbols are replaced with>
.Command line
locust -f mylocustfile.py
Locustfile contents
Python version
3.10.12
Locust version
2.24.0
Operating system
Ubuntu 2204
The text was updated successfully, but these errors were encountered: