kulya / jmeter-gradle-plugin

Other
40 stars 27 forks source link

Plugin throws an error if a user properties file is not created #38

Open foragerr opened 9 years ago

foragerr commented 9 years ago

Plugin looks in /src/test/jmeter for a jmeter.properties file, or for jmeterPropertyFile to be set in build.gradle. Atleast one of these must exist - even an empty file is ok. Otherwise plugin throws an error

An error occurred: Could not read JMeter properties file:
..\src\test\jmeter\jmeter.properties
:jmeterRun FAILED

If both files are missing, plugin should assume user does not want to set custom properties and continue execution with defaults.