cucumber-attic / gherkin2

A fast Gherkin parser in Ragel (The parser behind Cucumber)
MIT License
381 stars 220 forks source link

JSONFormatter generating malformed JSON while running parallel test case #283

Closed ghost closed 10 years ago

ghost commented 10 years ago

In my project we are using parallel test(parallel_tests-0.16.0), cucumber(cucumber-1.3.8) and Gherkin(gherkin-2.12.1-java) gesm to generate the HTML reports. In the project we are using JSONFormatter to write a json, due to multithreaded environment it is giving us malformed JSON every time. Please refer the attachment for the same.

If you have any solution to overcome this JSON issue then please suggest us, Tons of thanks in advance. json1

aslakhellesoy commented 10 years ago

Dupe of #230