When you encounter the error 'No tests found for given includes'
This error means the your system couldn’t find the platfrom to execute your test code. let’s check your build.gradle file whether the below code is existed or not. 123test { useJUnitPlatform()