We have lot many vendors and not all have sandboxed environments made available to test integration.
I was looking to mock them and thus would host them myself, we are using karate extensively as our BDD tool.
- How can multiple mock services be hosted using single project?(Multiple Feature files)
- How can I achieve different hostname for different mock services?
- Can it be used as a regular server running for long?
Similar question : Using mocks in Karate DSL feature file with stanalone run