I want to write some sort of plugin for karate to:
- being able to test non-http protocol;
- provide some DSL to make it easier to use;
- have that plugin as a simple maven dependency to add to a project to use it right away.
I've seen https://github.com/karatelabs/karate/tree/master/karate-gatling, but it's not exactly what I want.
Same for https://github.com/karatelabs/karate#calling-java, it doesn't really allow defining some new DSL words to help with another protocol. Just a bunch of Java function calls in feature files.