Gatling packaged in a jar

hi,

I need to package my gatling tests into a jar so they could be run in any environment by doing something like ‘java -jar …’ . Is it possible?

I see some older discussion around this subject where workarounds are mentioned but I also read that Gatling has (or had) something similar on its roadmap. Has this been accomplished?
(workaround example: http://stackoverflow.com/questions/27893423/build-executable-jar-for-gatling-load-test)

Nawab

Here is another thread on this google group. https://groups.google.com/forum/#!searchin/gatling/jar|sort:relevance/gatling/hswDBVi3bsU/KU_Xwhyx94UJ

Might be a bit of overkill for you but https://github.com/sgoeschl/gatling-blueprint-project gives you an stand-alone Gatling distribution only requiring JDK 1.8 and Ant

Thanks in advance,

Siegfried Goeschl