1

Can Karate Test Framework work with Spring Webflux where return type is Mono<> and Flux<> Objects rather than the json string. Any refernce would be helpful.

Tanu Dua
  • 11
  • 1

1 Answers1

-1

Note that typical Karate usage is at the HTTP layer for REST / GraphQL - so it doesn't matter what the underlying technology is at all. So please re-check what your project requirements are.

There are plenty of examples and tutorials for Spring Boot - just do a search.

That said - Karate has very good Java interop and that may be the solution in this case. I don't know of any examples. But please refer to these answers and that should get you started:

https://stackoverflow.com/a/62826394/143475

Karate: Convert string to karate native variable in javascript

Peter Thomas
  • 54,465
  • 21
  • 84
  • 248