Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
swtestacademy opened this issue Dec 17, 2020 · 1 comment

Comments

@swtestacademy
Copy link

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.

@arcuri82
Copy link
Collaborator

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 arcuri82 changed the title WebTestClient Support Add support for Spring WebTestClient in the generated test files, besides RestAssured Dec 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants