I have a scenario where I would like to use Karate in multiple projects which should share a common set of functions to update a central server with the status of the tests.
Parsing the results after a test run would be one option but I am also looking into options to using the hooks to send data to the server while the tests are running. This reporting layer should be hidden from people writing feature files, though.
Do you have ideas on how to best accommodate this with Karate?