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

Investigate hypermedia in MockMVC testing #15

Open
3 tasks
checketts opened this issue May 11, 2022 · 0 comments
Open
3 tasks

Investigate hypermedia in MockMVC testing #15

checketts opened this issue May 11, 2022 · 0 comments

Comments

@checketts
Copy link
Collaborator

HTMX's support for hypermedia client means that we could write tests that validate those calls.

I wonder if we could add test support that would inspect a response, locate an hx-get request, then make a new MockMVC call that can be further verified.

  • Would need to create a 'testing' library
  • Determine what syntax would make sense
  • Is this concept even useful?

This isn't urgent. But the idea seems really promising. Any investigation can just take place in this project's src/test to determine if it is useful.

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