-
Notifications
You must be signed in to change notification settings - Fork 2
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
Large test with Spring Boot, Http and Factorial #200
Labels
Comments
volodya-lombrozo
added a commit
to volodya-lombrozo/opeo-maven-plugin
that referenced
this issue
Apr 19, 2024
volodya-lombrozo
added a commit
to volodya-lombrozo/opeo-maven-plugin
that referenced
this issue
Apr 19, 2024
volodya-lombrozo
added a commit
to volodya-lombrozo/opeo-maven-plugin
that referenced
this issue
Apr 22, 2024
volodya-lombrozo
added a commit
to volodya-lombrozo/opeo-maven-plugin
that referenced
this issue
Apr 22, 2024
volodya-lombrozo
added a commit
to volodya-lombrozo/opeo-maven-plugin
that referenced
this issue
Apr 22, 2024
volodya-lombrozo
added a commit
to volodya-lombrozo/opeo-maven-plugin
that referenced
this issue
Apr 22, 2024
volodya-lombrozo
added a commit
to volodya-lombrozo/opeo-maven-plugin
that referenced
this issue
Apr 22, 2024
volodya-lombrozo
added a commit
to volodya-lombrozo/opeo-maven-plugin
that referenced
this issue
Apr 22, 2024
volodya-lombrozo
added a commit
to volodya-lombrozo/opeo-maven-plugin
that referenced
this issue
Apr 22, 2024
@volodya-lombrozo 2 puzzles #219, #220 are still not solved. |
@volodya-lombrozo 3 puzzles #220, #228, #229 are still not solved; solved: #219. |
@volodya-lombrozo 2 puzzles #220, #229 are still not solved; solved: #219, #228. |
We implemented this test here. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In order to make the
opeo-maven-plugin
useful in production, we should incorporate a large integration test that will mimic a "realistic" scenario. We have already done something similar for thejeo-maven-plugin
, and you can find this test right here. Moreover, we have a plan to enhance this test to utilize HTTP.Therefore, we have to create a similar test for the
opeo-maven-plugin
which will contain a Spring Boot Application with an HTTP server and a bean that will calculate Fibonacci numbers.The text was updated successfully, but these errors were encountered: