mgivney / easyb

Automatically exported from code.google.com/p/easyb
0 stars 0 forks source link

When you run stories in parallel, the HTML reports incorrect #187

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Activate parallel processing in the Maven Easyb plugin
2. Run the tests
3. Look at the HTML report

What is the expected output? What do you see instead?

The XML reports should be identical. They aren't (see attached).  As a result, 
the HTML report is garbled.

What version of the product are you using? On what operating system?
0.9.7 on Mac OS.

Please provide any additional information below.
I think we need to generate one report per thread, and then merge them at the 
end - this would probably be the simplest solution.

Original issue reported on code.google.com by wakaleo@gmail.com on 5 Jul 2010 at 12:54

Attachments:

GoogleCodeExporter commented 9 years ago
already fixed - you can grab 0.9.8.2 from here 
http://code.google.com/p/easyb/source/browse/#svn/maven/maven2/org/easyb/easyb/0
.9.8.2

Original comment by richard....@gmail.com on 5 Jul 2010 at 8:50