EvoMaster icon indicating copy to clipboard operation
EvoMaster copied to clipboard

Add support for Spring WebTestClient in the generated test files, besides RestAssured

Open swtestacademy opened this issue 4 years ago • 1 comments

Alon with Rest-Assured another HTTP test client library (Spring WebTestClient) support addition will help the teams who are only using Spring Only ecosystem libraries and tools.

swtestacademy avatar Dec 17 '20 12:12 swtestacademy

Hi, at the moment there is no plan to support WebTestClient. There are a lot features in EM that are still missing, and supporting something like WebTestClient is unfortunately not high priority, as it is something that is specific to Spring, and RestAssured would still work there. But if many people ask for it, we could consider to add it (it should't be more than a few days work).

It might well be that WebTestClient is better than RestAssured, but, for automatically generated test classes, it should not really matter. Unless, of course, one wants to modify the generated tests manually, or simply want to keep consistency inside the project.

arcuri82 avatar Dec 17 '20 16:12 arcuri82