- Install gradle version > 7.4.1 - https://gradle.org/install/
- Favorite IDE (I recommend IntelliJ IDEA - https://www.jetbrains.com/idea/)
...
...
@@ -23,15 +23,4 @@ This repository holds the test automation framework based on Java and used for t
### Running
- Run configuration for local example:
```-Ptags=@test,~@wip```
```-Penv="local"```
- Run the tests on a remote env: ```gradle cucumber -Penv=local -Ptags=@rest,~@wip```
# Contributions
Big up for rosen.georgiev@vereign.com
## License
This project is licensed under the AGPL License - see the [LICENSE](/code/Documentation/wikis/LICENSE) file for details.
\ No newline at end of file
- Run the tests on a remote env: ```gradle regressionSuite -PbaseUrl=https://TestEnv -Dcucumber.tags="@rest, ~@wip" -Dcourgette.threads=10 -Dcourgette.runLevel=Scenario -Dcourgette.rerunFailedScenarios=false -Dcourgette.rerunAttempts=1```