From c841351ae6cab14463fd8bd73c9af7e6683f134c Mon Sep 17 00:00:00 2001 From: Rosen Georgiev <rosen.georgiev@vereign.com> Date: Wed, 29 Jun 2022 11:32:15 +0000 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 0118168f..6028a150 100644 --- a/README.md +++ b/README.md @@ -23,13 +23,11 @@ This repository holds the test automation framework based on Java and used for t ### Running -- Run the tests on a remote env: ```gradle regressionSuite -PbaseUrl={BASE_URL} -Dcucumber.tags="@tsa, not @wip" -Dcourgette.threads=1 -Dcourgette.runLevel=Scenario -Dcourgette.rerunFailedScenarios=false -Dcourgette.rerunAttempts=1 -DmongoUrl={MONGO_PATH}``` +- Run the tests on a remote env: ```gradle regressionSuite -PbaseUrl={BASE_URL} -Dcucumber.tags="@tsa, not @wip" -Dcourgette.threads=1 -Dcourgette.runLevel=Scenario -Dcourgette.rerunFailedScenarios=false -Dcourgette.rerunAttempts=1``` _{BASE_URL} - should be replaced with the path where the services are deployed: example: http://localhost_ -_{MONGO_PATH}_ - should be replaced with the address of the MongoDB instance: -example: mongodb://user:pass@localhost:27017 # Manual execution To simplify manual tests execution we have a postman collection with the list of supported endpoints, you can find [here](postman/TSA.postman_collection.json) -- GitLab