Add a --show-tags:
gauge docs spectacle --show-tags spec
Then it would generate with tags next to it:

For the software it is important:
- what it is (spec)
- know what is working (failing and passing)
But a feature can be verified with a manual testing
I would like a workflow to say witch spec and scenarios would be checked manually, and those status. The ideia is to add tags like manual, failing or pending. This way we would mark which spec are tested manually, which was are known as falures (by manual test) and which spec are pending because of steps are developed yet.
And I know we can filter it, but this way have separated reports, one for each tag:

Add a
--show-tags:Then it would generate with tags next to it:
For the software it is important:
But a feature can be verified with a manual testing
I would like a workflow to say witch spec and scenarios would be checked manually, and those status. The ideia is to add tags like
manual, failing or pending. This way we would mark which spec are tested manually, which was are known as falures (by manual test) and which spec are pending because of steps are developed yet.And I know we can filter it, but this way have separated reports, one for each tag: