We have an SPA application developed with quasar. We have been successfully able to load test the APIs via locust and also run automation tests via Robot Framework.
Since the APIs were only load tested via locust, we wanted to load test the behavior of our system, when there will be multiple users accessing our UI giving us answers to questions like
As a starter in performance testing, I wanted recommendations on which tool would be the best to load test the UI.
You may find Taurus tool useful, it is capable of executing Robot Framework tests and Locust tests so you can kick off them both at the same moment by supplying the configuration via simple YAML file and have the results at the same place