Mixing steps in cucumber HTML output

When creating output for cucumber scripts using standard HTML formatting, you can easily collapse at the script level. I would also like to be able to minimize or expand the output of certain steps in the same way as I can do with all the scripts. How can I do it? Perhaps by overriding the default html with custom formatting, but any advice on how to do this?

+4
source share

Source: https://habr.com/ru/post/1619457/


All Articles