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 http support to the spring-fat integration test #548

Open
volodya-lombrozo opened this issue Apr 5, 2024 · 2 comments
Open

Add http support to the spring-fat integration test #548

volodya-lombrozo opened this issue Apr 5, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@volodya-lombrozo
Copy link
Member

The spring-fat integration test starts a simple Spring Application with a single bean and this bean prints some logs to the stdout. If stdout contains required logs, we can say that test passes successfully. You can read more about the integration test right here.

Now we want make this test more "realistic". It would be nice to add http support to the application. The possible scenario might be:

  1. Start Spring Application with some HTTP server (Spring Web?)
  2. Make one http request to this server
  3. Check the response status and content

Of course, we need to make jeo-maven-plugin:disassemble and jeo-maven-plugin:assemble before running the testing script described above.

@h1alexbel
Copy link
Contributor

@volodya-lombrozo can I take this issue?

@volodya-lombrozo
Copy link
Member Author

@h1alexbel Sure, please, go ahead! Btw, I did something similar to this issue here. Hope it will help.

h1alexbel added a commit to h1alexbel/jeo-maven-plugin that referenced this issue Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants