Emil Orol
Emil Orol
I found a simple solution to make it work: Add to `LOCUST_OPTS` the option `-P=8089` and it worked. I also added the `LOCUST_OPTS` environment variable to the slave pod and...
yes, I also saw that new slaves are register automatically, but as they got destroyed the counter still showed the old number of slaves. I believe there is a business...
Issue reported: https://github.com/locustio/locust/issues/1100
Check out the response from the locustio team
@toni-moreno I solved this issue by setting the screen resolution higher before saving the snapshot. I installed the video driver that comes in the same package as the network card....
@vania-pooh you are correct, there is no command you can pass that will change windows resolution on the fly, that's why I am suggesting to change the windows resolution before...
I have seem the windows VM take a bit longer than native chrome or firefox containers to start. I also added to the selenoid server the start with the following...
Change your IE and Edge configurations in your `browsers.js` as follow: ``` "internet explorer": { "default": "11.0", "versions": { "11.0": { "image": "docker.workflow.at/selenoid-ie:11", "port": "4444", "path": "/", "privileged": true }...
@vania-pooh got it. I will update my personal `browsers.js`, but it does not hurt to have it.
@toni-moreno the **UI** will fail to start containers for IE and Edge that is why I worked in the PR aerokube/selenoid-ui#253 . The reason why is because the code that...