ranorex report

Ranorex Studio, Spy, Recorder, and Driver.
sachin_mise
Posts: 9
Joined: Thu Mar 24, 2022 11:46 am

ranorex report

Post by sachin_mise » Mon Aug 22, 2022 10:42 am

hi all
need help

in ranorex report ,i need to change the default color to another color as per our standards

and second one we no need to show total warning values in the report
please help how to do that

appreciate your support in the advance
You do not have the required permissions to view the files attached to this post.

QATest879
Posts: 32
Joined: Fri Jul 02, 2021 2:35 pm

Re: ranorex report

Post by QATest879 » Fri Sep 30, 2022 5:29 pm

1. Right-Click on the TestSuite (the dark green folder).
1. Click on "Global parameters..."
2. Click on "Report" (the tab at the top)
3. Click on the "Create custom template" button.
4. Click on the + symbol next to "NewCustomTemplate1"
4. Double-Click on RanorexReport.css to open the file.
5. Change the value on line 24 to a hexadecimal RGB color code.
#FF0000 = Red.
#00FF00 = Green.
#0000FF = Blue.
Etc.
example.png
I am not sure how to hide the total warnings in the report yet.
You do not have the required permissions to view the files attached to this post.