You can successfully build and test the project locally without any configuration You can get code coverage report locally You can run static analysis tools locally to ensure that their solution meets the requirements.
For this you need:
- Open a command prompt or any similar program in your project directory
- Run "sh gradlew.sh buildProject"
- You can read the reports in just appeared "buildReports" folder a) jacocoTestReport.xml provides code coverage information b) checkStyleReport.xml fingBugsReport.xml and pmdReport.xml provide information about static analysis