Implementation of Leanplum Interview Exercise - Automation QA. The tasks are implemented as TestNg test named "HttpGetTest".
- Git [ http://git-scm.com/downloads ]
- Maven [ http://maven.apache.org/ ]
- Java Development Kit 8
- Java Runtime Environment 8
- Eclipse
- Open Eclipse and import the project
- Right click on the project
- Run As -> Maven Test
or
- Open the Git bash and clone the project using below command on the target directory: git clone https://github.com/gerganapecanova/LeanplumInterviewTask.git
- Open the windows command prompt 'cmd'/'terminal' and navigate to the project directory 'httpGetSample'.
- Run the below command to start the tests. mvn clean test