citrusframework / yaks

YAKS is a platform to enable Cloud Native BDD testing on Kubernetes
Apache License 2.0
82 stars 27 forks source link

Is there a way to add JVM options? #467

Open gerrym7 opened 1 year ago

gerrym7 commented 1 year ago

We need to turn off Java Asserts for a couple of classes in a thirdparty jar we use. It there a way to specify the JVM options required to do so by adding the the necessary JVM options, perhaps via the env: section in our yaks-config.yaml file? I've looked at the source code of the project a bit, but it's still not obvious if there is a way to do this.

christophd commented 1 year ago

No, this is not possible at the moment