How can rspec_html_formatter gem
be used with InSpec
to generate output in html format?
Also, is it possible to edit the output shown when we use html
format in inspec?
inspec exec spec.rb --format html
Can we just show whatever is in control
statement and not every individual test with this command?