安装allure-rspec gem并添加文件require 'allure-rspec'后。spec_helper.rb我能够以.xml格式生成结果。
现在我想将其转换为本教程.xml的实际html报告将我们导航到这里https://github.com/allure-framework/allure-cli
我不明白这将如何帮助生成html报告。
我正在使用这一行在.xml结果目录中生成
bundle exec rspec spec/create_post/post_creation_spec.rb