Hi,
When i run some testcases using cucumber sample.feature --format
html>features.html.
After execution, By default in the html file, background colour is
black.
How can i set the background color any other colour i want. Like we can
set
other passed, failed colours using the below command.
export CUCUMBER_COLORS=passed=white
The generated HTML just gives the scenarios description but its doest
not show then no of scenarious passed or failed e.tc
How can get the information in htmloutput as well.
The generated HTML just gives the scenarios description but its doest
not show then no of scenarious passed or failed e.tc
How can get the information in htmloutput as well.