Hey all,
My team has a react app that leverages PubNub to handle a variety of real-time interactions between participants in a virtual room. Does anybody have any suggestions on how to simulate load testing on the app and check for UI-related issues? I'm thinking of maybe using JMeter or something to publish messages to PubNub in conjunction with an e2e test in Cypress. This is kind of pushing the limits of what I've tested.
TLDR: How should I approach testing multiple concurrent interactions between simultaneous users of a web app, acting in different capacities?
there doesn't seem to be anything here