Skip to content
Snippets Groups Projects
Commit c841351a authored by Rosen Georgiev's avatar Rosen Georgiev
Browse files

Update README.md

parent ee2c5d18
No related branches found
No related tags found
No related merge requests found
Pipeline #52058 passed with stage
in 1 minute and 56 seconds
...@@ -23,13 +23,11 @@ This repository holds the test automation framework based on Java and used for t ...@@ -23,13 +23,11 @@ This repository holds the test automation framework based on Java and used for t
### Running ### 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: _{BASE_URL} - should be replaced with the path where the services are deployed:
example: http://localhost_ example: http://localhost_
_{MONGO_PATH}_ - should be replaced with the address of the MongoDB instance:
example: mongodb://user:pass@localhost:27017
# Manual execution # 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) 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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment