Skip to content

Commit

Permalink
Avoid printing report outline with profile polarshift (openshift#2235)
Browse files Browse the repository at this point in the history
  • Loading branch information
liangxia authored Sep 2, 2021
1 parent 28525e7 commit a287565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/cucumber.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ default: --publish-quiet --profile devel
debug: --profile _debug --profile devel
devel: --profile _devel <%= default_args %>
tcms: BUSHSLICER_TEST_CASE_MANAGER=tcms <%= tcms_args %>
polarshift: BUSHSLICER_TEST_CASE_MANAGER=polarshift <%= tcms_args %>
polarshift: --publish-quiet BUSHSLICER_TEST_CASE_MANAGER=polarshift <%= tcms_args %>
junit: <%= default_args %> -f junit -o "<%= File.join(report_dir, 'junit-report') %>" --profile dir_embedder
dir_embedder: -f BushSlicer::SaveToDirEmbeddingFormatter -o "<%= File.join(report_dir, 'embedded_files') %>"
report_portal: rp_config=<%= "#{report_dir}/report-portal.yml" %> -f ReportPortal::Cucumber::Formatter
Expand Down

0 comments on commit a287565

Please sign in to comment.