>... of course, eclipse cannot add this parameter -PallBatch... Of course you can. a) Open preferences, navigate to Gradle, and add -PallBatch in "Advanced Options / Program arguments" b) create gradle run configuration manually (e.g. find the relevant test via command line) c) Add allBatch to your gradle.properties file (e.g. ~/.gradle/gradle.properties). I'm not sure Eclipse will pick it up from there, however it is nice how Gradle enables to declare global config parameters.
>Failures detected while testing C:\Users\fs\wsl\jmeter\bin\testfiles\JDBC_TESTS.jmx: [unexpected output JDBC_TESTS.csv] Please provide full execution log. "unexpected output ..." means there should be diff-like message above with exact difference of "expected vs actual". Vladimir
