Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Report mis-formatted when more features than processes in parallel run #47

Open
KenOmerza opened this issue Nov 30, 2015 · 1 comment
Open

Comments

@KenOmerza
Copy link

When I run my suite (10 features) in parallel (on 8 processors) I am getting a mis-formatted feature overview in my index.html.
screen shot 2015-11-30 at 3 14 10 pm

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)

@azohra
Copy link

azohra commented Feb 4, 2016

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants