realbrowserlocusts
realbrowserlocusts copied to clipboard
Real Browser support for Locust.io load testing
Fix compatibility for Locust 1.4.3 I will be honest, I don't know python, I am ruby guy, buy I really really needed way to test one of my project and...
I've installed python3.6 + locust.io + realbrowserlocusts on an AWS EC2 running ubuntu & python 3.6 I can run a demo from the locust.io web page. However, when I try...
I am using Locust version 1.3.1. when I ran this demo with this version, I am facing issues with greenlet package. I am not sure what is wrong. I also...
Hi @nickboucart ! I'm one of the maintainers of Locust and the creator of "locust-plugins", a collection of addons for locust. Before I found your code, I made my own...
First of all: Thanks for this package, it's amazing :) I ran into an issue when using HeadlessChrome though: ``` [2018-08-27 18:35:32,635] ip-172-24-16-136/ERROR/stderr: 2018-08-27T18:35:32Z [2018-08-27 18:35:32,635] ip-172-24-16-136/ERROR/stderr: [2018-08-27 18:35:32,635] ip-172-24-16-136/ERROR/stderr:...
with this real browser in single mechine I cann't actually do load testing as user will be limited to 30-40 for headless chrome . some docker image would be helpfull
Hi, If an unhandled exception occurs in a task method it is handled by the framework and tasks continue to be executed by the Realbrowserlocusts but not reported as a...
Hi, Realbrowserlocusts is sorting the results by name, I want the results to stay as the flow of the scenario. so how can I get the control to make them...
Hi, How to test the webpage loading time with locust? I would like to use Locust for UI performance testing. How can I get the loading time of the HTML...
Hi , I have tried to run your example as is but getting error of Could not find any locustfile! Ensure file ends in '.py'. I can run other locust...