how use tests written in Selenium and Cucumber-JVM with JMeter?
问题 I have set of functional tests written in Selenium and Cucumber-JVM, I use maven to run them by Cucumber tags. Now I need to use some of those tests with JMeter to check performance. How can I do it? 回答1: I believe that you can just Compile your tests into .jar file(s) Copy the .jar file(s) into JMeter classpath tests files - under /lib/junit folder of your JMeter installation dependency files - under /lib folder Add JUnit Request Sampler and choose required test from "Classname" and "Test