Report mis-formatted when more features than processes in parallel run
When I run my suite (10 features) in parallel (on 8 processors) I am getting a mis-formatted feature overview in my index.html.

The index.html also does not show all of the processes that were run. As the picture shows there are 3 features that were reported but 10 features were run.
Ruby: ruby 2.2.1
Gems: cucumber (1.3.20) parallel (1.6.1) parallel_tests (1.3.7) pretty_face (0.10.3)
@KenOmerza , this is not something which pretty-face supports. As it stands, parallel_tests forks the entire test run across your available threads and generates n many reports. You are seeing the side effect of logging all of those reports to the same directory, in which the index.html files conflict with each other. All the feature files because they have unique names, live happily in the same directory.