I am using the code from https://github.com/alexromanov/gatling-grpc-tests-sample i have added new protobuf under src/main and added a newSimulation.scala under src/test/scala/load. The code works fine and able to run. Now the problem i want a jar that can execute the newSimulation.scala
so my 2 questions?
- is there a way we can create a jar using which i can run the load test script
- If not how can i write a main class which may invoke the tests from there
Thanks
i tried sbt assembly
and sbt test:assembly
dont think that it worked, as it kept asking me for a main class.