-
Bug
-
Resolution: Fixed
-
Major
-
None
My testcase name have '/' character in it. Example: "general_fs/extended_fd".The test report is in junit xml format. In the Junit test result link it replaces the '/' character by '_'. But in test result analyzer it coninuses to use '/' character, which tries to go to an unknown place. Please correct this issue asap as its blocking our automation process.
Ex;
As per the Junit test reporting the link goes to the location :. job/test1/37/testReport/Advfsqarun/ade/general_fs_extended_fd
But as per the test result analyzer it goes to : job/test1/37/testReport/Advfsqarun/ade/general_fs/extended_fd
It is not just the / character that needs to be replaced. We have the same issue with brackets (), @ symbol, comma and spaces.
ie
Results Analyzer links look like:
...1/testReport/(root)/TestClass/MyTest(george.bob@gmail.com,%20sometext,%20False)
should be
...1/testReport/(root)/TestClass/MyTest_george_bob_gmail_com__sometext__False_/
There is probably a list of other characters that needs to be replaced as well...