RehanCodes
Results
2
comments of
RehanCodes
Solved this error by using earlier versions of Rest Assured and TestNG. Also added dependency for groovy-all. So my current POM is: ``` io.rest-assured rest-assured 3.0.0 test org.testng testng 6.9.10...
Thanks @jchaturvedi-cpi ! Will do it.