I have written a bunch of Scriptrunner Spock integration tests (Test Your Code), which now, I would like to run from maven, when building my packages. The maven build is triggered from a github action.
How do I run these integration tests from maven?
I am aware of the Jira functionality and the intelij approach (Write and Run Tests) but this is not what I am looking for. I need a way to run them from mave.
If you can point me to a github repo, containing such examples, will be even better.
Thanks
At least, is there a way to get the code coverage report when calling the unit tests endpoint: /rest/scriptrunner/latest/canned/com.onresolve.scriptrunner.canned.common.admin.RunUnitTests ? (Write and Run Tests)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.