diff --git a/static/img/Pet-clinic-record.png b/static/img/pet-record.png similarity index 100% rename from static/img/Pet-clinic-record.png rename to static/img/pet-record.png diff --git a/static/img/Pet-clinic-test1.png b/static/img/pet-test1.png similarity index 100% rename from static/img/Pet-clinic-test1.png rename to static/img/pet-test1.png diff --git a/static/img/Pet-clinic-test2.png b/static/img/pet-test2.png similarity index 100% rename from static/img/Pet-clinic-test2.png rename to static/img/pet-test2.png diff --git a/versioned_docs/version-2.0.0/quickstart/java-spring-postgres.md b/versioned_docs/version-2.0.0/quickstart/java-spring-postgres.md index 0e227f83..4d4c914f 100644 --- a/versioned_docs/version-2.0.0/quickstart/java-spring-postgres.md +++ b/versioned_docs/version-2.0.0/quickstart/java-spring-postgres.md @@ -106,7 +106,7 @@ docker run -e POSTGRES_USER=petclinic -e POSTGRES_PASSWORD=petclinic -e POSTGRES keploy record -c "java -jar target/spring-petclinic-rest-3.0.2.jar" ``` -Sample Keploy Test Result Node JWT +Sample Keploy Test Result Node JWT Now you can start interacting with the UI and Keploy will automatically create the testcases and mocks for it in a folder named 'keploy'. @@ -132,7 +132,7 @@ Here we just need to change the command used to start the application. keploy record -c "docker compose up" --container-name javaApp --build-delay 100 ``` -Sample Keploy Record Java +Sample Keploy Record Java ## Running the testcases using Keploy @@ -140,9 +140,11 @@ keploy record -c "docker compose up" --container-name javaApp --build-delay 100 keploy test -c "docker compose up" --container-name javaApp --build-delay 50 --delay 20 ``` -Sample Keploy Test Java +Your CLI should look something like this +Sample Keploy Test Java -Sample Keploy Test Summary Java +This is a summary of the test cases recorded +Sample Keploy Test Summary Java Here `delay` is the time it takes for your application to get started, after which Keploy will start running the testcases. If your application takes longer than 10s to get started, you can change the `delay` accordingly. `buildDelay` is the time that it takes for the image to get built. This is useful when you are building the docker image from your docker compose file itself. diff --git a/versioned_sidebars/version-2.0.0-sidebars.json b/versioned_sidebars/version-2.0.0-sidebars.json index 6527b722..ae73467d 100644 --- a/versioned_sidebars/version-2.0.0-sidebars.json +++ b/versioned_sidebars/version-2.0.0-sidebars.json @@ -90,7 +90,11 @@ "quickstart/samples-django", "quickstart/samples-flask", "quickstart/samples-fastapi", - "quickstart/samples-fastapi-twilio" ] + "quickstart/samples-fastapi-twilio", + "quickstart/sanic-mongo", + "quickstart/flask-redis" + + ] }, { "type": "category", @@ -102,7 +106,8 @@ "quickstart/samples-nextjs", "quickstart/samples-nodejs", "quickstart/samples-node-jwt", - "quickstart/crud-nodejs" + "quickstart/crud-nodejs", + "quickstart/samples-typescript" ] }, {