-
Notifications
You must be signed in to change notification settings - Fork 56
Description
hello,
i am trying to run a jmeter test with maven. My jmx file consists of a junit sampler(selenium junit test case) with some threads and a listener. When i tried to do it in GUI mode then i suceeded then i want to build it through maven and then converted my test case to a maven project and then in the pom file i had mentioned the dependencies(selenium, junit, jmeter maven plugin) and the goal, to verify the jmeter tests. When i tried to run this maven project, then i am facing an issue JUnit sampler class not found exception.
so i tried searching for an example where a jmeters junit sampler used with maven. But i could not find any example. So can you please help me with an example where a jmeter junit sampler is used with maven or how this issue is resolved
Thank you