Skip to content
Snippets Groups Projects

Enable rspec documentation formatter and color output

Merged Stan Hu requested to merge enable-rspec-formatter into master
1 unresolved thread
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -82,7 +82,7 @@ update-knapsack:
- export KNAPSACK_REPORT_PATH=knapsack/rspec_node_${CI_NODE_INDEX}_${CI_NODE_TOTAL}_report.json
- export KNAPSACK_GENERATE_REPORT=true
- cp knapsack/rspec_report.json ${KNAPSACK_REPORT_PATH}
- knapsack rspec
- knapsack rspec "--color --format documentation"
    • Wouldn't it be better to enable it in .rspec, which would also make it possible to use documentation formatter in development environment?

      This will also make build logs to be massive, which may not work good on slower machines, but it is probably reasonable move :thumbsup:

Please register or sign in to reply
artifacts:
expire_in: 31d
paths:
Loading