Starting with dotTEST 2025.1, you can deploy and run custom Roslyn rules in dotTEST. To make these rules available in the Test Configuration Editor in DTP, you will need to copy the Roslyn rule definitions from dotTEST to your DTP server. To do so:
<DTP_INSTALL>/grs/testConfiguration/dottest/model
<DTP_INSTALL>/tomcat/webapps/grs/rulesdoc.zip
<DOTTEST_INSTALL>/integration/DTPServer/dotTEST/model
to <DTP_INSTALL>/grs/testConfiguration/dottest/model.
If you are warned about any conflicts, choose to overwrite.<DOTTEST_INSTALL>/integration/DTPServer/dotTEST
) and copy them into the DTP rulesdoc.zip file (located in <DTP_INSTALL>/tomcat/webapps/grs
). If you are warned about any conflicts pertaining to Roslyn rules, choose to overwrite, but be sure that you do not delete or modify existing content in the rulesdoc.zip file for other tools.zip -r
command to copy files into DTP's rulesdoc.zip file.