QAInsights/PerfAction

Unable or not sure how to run with the jmeter webdriver sampler plugin

Aravindan21 opened this issue · 1 comments

Hi Naveen, hope you are doing good. We discussed this in your youtube channel.

image

image

Issue is mainly with the line below:

<com.googlecode.jmeter.plugins.webdriver.config.ChromeDriverConfig guiclass="com.googlecode.jmeter.plugins.webdriver.config.gui.ChromeDriverConfigGui" testclass="com.googlecode.jmeter.plugins.webdriver.config.ChromeDriverConfig" testname="jp@gc - Chrome Driver Config" enabled="true">

I added this line in the file "jmeter-plugin-install.sh":
java -jar ${JMETER_HOME}/lib/cmdrunner-${JMETER_CMD_RUNNER_VERSION}.jar --tool org.jmeterplugins.repository.PluginManagerCMD install jpgc-webdriver

Line 16:

image

Not sure if i need to add anything more in this file or in the docker file as well.

Please assist and thanks a lot for the awesome videos and repos you have posted so far.
I am yet to view many of those videos and learn from it.

GitHub's runners are designed for performing headless executions. There are workarounds to running the tests in browser mode. You did install the web driver correctly. Please fork this repo and try again in your repo.