Replace with your automation project goal...
- Gradle
- Maven
- Java 8+
- Lombok
- Setup Gradle, run the following command in the project path
gradle wrapper --gradle-version=6.8
- Build artifact
gradlew clean build
- Publish the artifact to maven local
gradlew clean build publishToMavenLocal
Open automation.properties
and replace the value of the bellow properties:
automation.url
= set your api gateway endpoint, example https://automation.com/rpp-auto-gateway-apiautomation.bitbucket
= replace default value with your git repository url, example: [email protected]:rappinc/dummy.git
This automation project works with the Autumn Project, please checkout the onboarding documentation.
- replace with your name & email
This project was generated using Autumn ShoPay scaffolding generator