@@ -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)