mocha-parallel / mocha-parallel-tests

Parallel test runner for mocha tests. Looking for maintainer.
MIT License
200 stars 45 forks source link

mochawesome generating unexpected UUID using mocha-parallel-test #296

Open rickycamongol opened 4 years ago

rickycamongol commented 4 years ago

Can someone help me why, when I'm trying to run MOCHA tests in parallel using mocha-parallel-test and generate a report using mochawesome I'm getting an unexpected UUID. See below screenshot.

My test structure like this:

-> Describe ----> It ----> it Note: This unexpected UUID is NOT getting generated when running in sequential manner. Many thanks in advance.

image