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

Generate all (missing) tests for a RestController #15

Open
pieter-senden opened this issue Oct 16, 2024 · 0 comments
Open

Generate all (missing) tests for a RestController #15

pieter-senden opened this issue Oct 16, 2024 · 0 comments

Comments

@pieter-senden
Copy link
Collaborator

Situation

Currently, you can only generate one documentation test at a time by selecting an endpoint.

Idea

We would like to be able to generate all (missing) documentation tests for a given RestController when selecting that RestController's class.

Solution

Iterate over all endpoints in the selected RestController, check whether they have a corresponding documentation test and generate it when not present.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant