Lemonlemmings
Lemonlemmings
So I've taken a fork and created a [JSON Schema](https://github.com/Lemonlemmings/robotframework/blob/master/doc/schema/robot-10.schema.json) and added a "--json" option to rebot so you can convert your XML results into JSON. There are a couple...
Okay, so I have updated my code. Robot will now output a .json file. - I have changed the properties back to `kw` and `doc` to be consistent with how...
Another update, rebot is now able to accept the .json format as an input. This allows it to combine with either other XML files, or other JSON files. It can...
Unfortunately I haven't found the time to progress this forward more. - I have opened a pull request: [pull request](https://github.com/robotframework/robotframework/pull/3475) - I have made a gist with the output of...
I've been looking at this again today, I've updated it so the unit tests pass, but I'm suffering from encoding issues with strings for acceptance testing.
Sorry it's been so long since my last update. COVID-19 has only made me more busy (as I imagine it has many software engineers). I've come back and had a...
I've just run an example on my laptop (with a SATA SSD). This is across 20 runs of the same robot script: JSON = 3.6550284 XML = 3.6984686 My laptop...
Thanks for your comment! Sorry it's been a while since I've posted anything. COVID has made things quite mad (I'm sure it has for everyone). I've posted up in the...
@wez - Thanks for the your recommendation of the nightly build, I was suffering the same issue and that did the trick for me.