Gradle Exercise 3: Run the Tests Which Have at Least One of the Specified Tags

This exercise helps you to understand how you can configure Gradle to run only the tests which have at least one of specified tags. You can finish this exercise by following these steps:

1. Configure Gradle to run the tests which have the tags: ‘unitTest’ or ‘serviceTest’.

2. Run your tests with Gradle and ensure that all test methods are run.