How to configure the color of a category? #1987
Unanswered
Watcher24
asked this question in
Questions & Support
Replies: 2 comments
-
Hi, this is good question. I'd like to do the same thing and have no idea how I can do it. Any tip or suggestion? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello @baev Is it already possible to define the color of a category? If not, I consider to find a way to implement it and contribute it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have successfully defined new categories using categories.json - which we add to src/test/resources before triggering the test-scenarios with maven.
Now we would like to define distinct colors for all the categories - this would allow to see & distinguish the errors at 1st sight +/- by only looking to the report overview page. Currently we get grey for both "DisabledTests" and "SessionNotCreatedException" - which are two fundamentally different cases. iirc also grey for "WebDriverIllegalStateException" - this actually let us think, that all "failure(s)" occurring in cucumber-Before-Hooks appear grey ... but still this could be just randomly, idk.
So ... is there a way to specify the colors for the categories?
(I could not find anything in docu, stackoverflow, etc. ... and what we attempted failed so far.)
Beta Was this translation helpful? Give feedback.
All reactions