Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 476 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 476 Bytes

jmeter-gradle-plugin-test1

Simple gradle project to demonstrate issue kulya/jmeter-gradle-plugin#37

To reproduce the issue, run gradle jmeterRun This executes the test plan nonDefaultLocation.jmx as specified in build.gradle

jmeterTestFiles = [file("src/test/resources/nonDefaultLocation.jmx")]

running 'gradle jmeterListTestPlan' however does not list this test plan, lists DefaultLocation.jmx instead