Skip to content

when formatter output is a path/to/output/file then mkdir path/to/output

gitlab-qa-bot requested to merge output_to_file into master

Created by: ghost

when formatter output is a path/to/output/file then mkdir path/to/output if it does not exist allow to output results to directories other than current. example: rspec spec --format d --out path/to/file.txt should create path/to/ dir structure similar to rspec 1.x

Merge request reports