test-fullautomation / robotframework-testsuitesmanagement

Apache License 2.0
4 stars 2 forks source link

testsuitesmanagement must run with originial RobotFramework core #298

Open test-fullautomation opened 3 weeks ago

test-fullautomation commented 3 weeks ago

testsuitesmanagement must run with originial RobotFramework core

Currently there is a dependency on RobotFramework AIO extended Robot Framework core's unknown state.

Goal is that testsuitesmanagement adapts automatically to the used core.

Proposal: As this is not critical for performance (it's one time executed at the end of a test), the BuiltIn().unknown(...) call can be part of a try block. The except block would contain raising an error like the original Robot Framework's core would do.