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