## Tests that use pytest.mark.parametrize create duplicate dashboard entries <img width="1272" alt="Screenshot 2023-03-04 at 12 54 46 PM" src="https://user-images.githubusercontent.com/6788579/222921392-44abdd0e-b8a9-4e58-913f-2b3979aef46b.png"> -------- This is due to names being truncated on completion when hitting a space character in the name. The "Unreported" rows have the correct name. The "Passed" rows have the incorrect name. (This is only an issue for tests that use ``pytest.mark.parametrize``)