test-fullautomation / python-jsonpreprocessor

A preprocessor for json files
Apache License 2.0
2 stars 2 forks source link

JsonPreprocessor need to return a dotdict #246

Open test-fullautomation opened 1 month ago

test-fullautomation commented 1 month ago

JsonPreprocessor need to return a dotdict (always be aware that a user can use python-jsonpreprocessor without testsuitesmanagement). Only problem is that dotdict of JsonPreprocessor is other than the one used by Robot Framework. Therefore testsuites-management need to do a conversion to Robot Framework's dotdict. Thank you, Thomas

Originally posted by @test-fullautomation in https://github.com/test-fullautomation/python-jsonpreprocessor/issues/245#issuecomment-2007146076

namsonx commented 3 weeks ago

Hello Thomas,

This enhancement is available on stabi branch.

Thank you, Son

HolQue commented 1 week ago

Retest successful. Issue can be closed.