Exception occurring on executing malleus script
bilalshahzad139 opened this issue · 1 comments
Note: I tested following (with my instance) and tests are working fine. It is opening chrome instances properly.
mvn test -Djitsi-meet.instance.url="https://meet.example.com"
But I am exploring to do load testing so using following script with Selenium Grid. Hub & 1 Node are properly configured.
When I run following command
sh scripts/malleus.sh --conferences=1 --participants=3 --senders=0 --audio-senders=0 --duration=120 --room-name-prefix=hamertesting --hub-url=http://10.111.32.82:4444/wd/hub --instance-url=https://myjitsiinstance.com
following is output. It seem test execution framework is having some issues with chrome driver or something else. Any tip or pointer will be helpful.
It works when following is removed but it doesn't send requests to hub.
-Djitsi-meet.isRemote=true