I am trying to run Java TestNG test using Teamcity CI but getting error "testSuiteXmlFiles0 has null value". Could you please?

I am trying to run Java TestNG test using Teamcity CI but getting error “testSuiteXmlFiles0 has null value”. Could you please?

Hi Joe,

This usually happens when the run command is not passed in Maven build step. Kindly add the run command and give it a try.