I have the following Test:
@Test
@Deployment(resources = Array(
"_generated/bpmn/scripts/form-json.groovy",
"_generated/bpmn/ChangeAddressTest.bpmn"
))
def testHappyPathTest(): Unit {
...
When running my test, I get the following exception:
Unable to find resource at path deployment://scripts/form-json.groovy
How is this tested, I did not find an example with external scripts.