-
Notifications
You must be signed in to change notification settings - Fork 25
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
docs: updated documentation to segregate sections for docker and binary #66
Conversation
Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
spring-petclinic/README.md
Outdated
|
||
### For docker on Linux | ||
|
||
keploy test -c "java -jar target/<name-of-your-jar>" --delay 10 |
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.
isn't the name of the jar fixed since we know the application and we can give the command to make a jar with xyzzy name?
@@ -64,41 +72,27 @@ to | |||
spring.datasource.url=jdbc:postgresql://localhost:5432/petclinic | |||
``` | |||
|
|||
## Run the backend with Keploy(binary) | |||
## Recording the testcases with Keploy | |||
|
|||
``` | |||
keploy record -c "java -jar target/<name-of-your-jar>" |
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.
Specify the jar name since the application is definite
@@ -3,12 +3,18 @@ | |||
This is a petclinic app where you can record testcases and mocks by interacting with the UI, and then test them using Keploy. | |||
This project has two parts - the frontend and backend, since Keploy is a backend testing platform, we need to start the backend part of the project | |||
using Keploy and run the frontend as it is. | |||
You can start the backend using Keploy in 2 ways: | |||
- Using Keploy's binary. |
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.
These should be the hyperlink to the subsequent section
3. MVN version 3.6.3 | ||
|
||
Prerequisites For Docker: |
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.
Better to mention the pre-requisites in their own section tops
|
||
``` | ||
# Instructions For Starting Using Docker |
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.
There's no keploy setup here! User will be lost.
Either move keploy setup to common setup or mention in both sections.
@PranshuSrivastava merging this for now as I need this for a demo, please make the changes and open a new PR. |
Signed-off-by: Neha Gupta <gneha21@yahoo.in>
Pull Request Template
Description
Updated the README to make the instructions clearer and segregate the sections for binary and docker.
Fixes #1416
Type of change
Please delete options that are not relevant.
Checklist: