-
Notifications
You must be signed in to change notification settings - Fork 12
Add functional tests #65
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
base: master
Are you sure you want to change the base?
Add functional tests #65
Conversation
…-tests' into feature/api-gateway-caching-func-tests
…caching-func-tests # Conflicts: # api-gateway/caching/build.gradle.kts # api-gateway/caching/docker.gradle.kts # api-gateway/caching/functional/src/test/java/com/project/test/functional/CacheITCase.java # api-gateway/caching/knotx/conf/logback.xml
|
|
||
| COPY ./out/knotx /usr/local/knotx | ||
|
|
||
| RUN sed -i 's/# JVM_DEBUG=/JVM_DEBUG=/g' /usr/local/knotx/bin/knotx |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need this for functional tests?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nope, removed
| @@ -0,0 +1,125 @@ | |||
| /* | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we need to copy this file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've overriden some configs that allow dockerized Knot.x to reach localhost's wiremock server.
Description
Create functional tests.
Motivation and Context
Manual steps described in tutorial can be automated in a form of functional tests.
Upgrade notes (if appropriate)
Types of changes
Checklist:
I hereby agree to the terms of the Knot.x Contributor License Agreement.