Skip Navigation LinksHome Page > Forums > SpiraTest Forums > SpiraTest Issues & Questi... > Avoid duplicating SpiraTe...
Hi,
I'm trying to report my tests result back using selenium, java and testng.
I found out that in order to do that, I should repeat the following code on ALL my test classes:
@SpiraTestConfiguration( url = "https://demo.spiraservice.net/xxxxxx", login = "administrator", password = "xxxxxxxx", projectId = 5, runner= RunnerName.TestNG )
is there any way to avoid this? and just using this annotation once in the class where I have the after and before hooks?
The sample code uses annotations, so I don't think it's possible (unlike .NET attributes, which can be variables).
You can modify the jUnit plugin source code too get its mapping from another source (e.g. JSON) file if that is preferable. We ship the full source code.
Regards
David
And if you have any questions, please email or call us at +1 (202) 558-6885