test-fullautomation / robotframework

Generic automation framework for acceptance testing and RPA
http://robotframework.org
Apache License 2.0
1 stars 0 forks source link

Return values in case of test result is UNKNOWN #68

Open HolQue opened 3 months ago

HolQue commented 3 months ago

In case of errors in JSON configuration files, the test result is UNKNOWN and the test is not executed.

But even so the Robot Framework returns 0.

I would have expected an error code.

test-fullautomation commented 3 months ago

Hi @milanac030988 , what is the reason for exitcode 0 in case of unknown in this case? From my point of view wrong. Thank you, Thomas