Enable rspec documentation formatter and color output
Current rspec just outputs a =
as each test runs. This enables the documentation formatter and color output to make it easier to know what is going on with each spec.
Merge request reports
Activity
Added 6 commits:
-
fa692e11...6a05f246 - 4 commits from branch
master
- 1a6385ba - Enable rspec documentation formatter
- e82e5fc0 - Add color to rspec output
-
fa692e11...6a05f246 - 4 commits from branch
Added 1 commit:
- 0611866f - Add color to rspec output
82 82 - export KNAPSACK_REPORT_PATH=knapsack/rspec_node_${CI_NODE_INDEX}_${CI_NODE_TOTAL}_report.json 83 83 - export KNAPSACK_GENERATE_REPORT=true 84 84 - cp knapsack/rspec_report.json ${KNAPSACK_REPORT_PATH} 85 - knapsack rspec 85 - knapsack rspec "--color --format documentation" Right now the
Fuubar
output format is used for the dev environment. I think not everyone wants the documentation output when they run rspec in the dev environment. In the CI builds, it makes more sense because the progress bar is not very helpful.Also, any ideas why color outputting isn't being shown here? Is ANSI support required?
@stanhu I would guess that this is ANSI terminal issue, which would be hopefully resolved by https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5744
Reassigned to @ayufan
mentioned in commit d1dbc496