Gradle Exercise 2: Run the Tests Which Have All Specified Tags

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

1. Configure Gradle to run the tests which have the tags: ‘unitTest’ and ‘apiTest’.

2. Run your tests with Gradle and ensure that only the apiTest() method of the TodoItemApiTest class is run.