Describe the bug
Listener fails on 'end_test' with object has no attribute 'name'
only occurs when the test case has a for loop or if statement in the test case, for loop or if statement in keyword doesn't seem to trigger this error
To Reproduce
Steps to reproduce the behaviour:
- create test case with for loop in top level of test case
- add test case to manager scenario
- enable test repeater for test row
- run test and check log.html in results
Expected behavior
test log should have no errors
Screenshots
Calling method 'end_test' of listener '/tmp/rfswarmagent/scripts/RFSTestRepeater.py' failed: AttributeError: 'For' object has no attribute 'name'
Calling method 'end_test' of listener '/var/folders/bt/hmkkrbfj2fs8tl28607stt3h0000gn/T/rfswarmagent/scripts/RFSTestRepeater.py' failed: AttributeError: 'If' object has no attribute 'name'
Desktop (please complete the following information):
- OS: any (encounter on windows, macos and linux
- RFS Version 1.5.3
- Robot Version 7.4.1
Additional context
This may be related to Issue #392 ?
Describe the bug
Listener fails on 'end_test' with object has no attribute 'name'
only occurs when the test case has a for loop or if statement in the test case, for loop or if statement in keyword doesn't seem to trigger this error
To Reproduce
Steps to reproduce the behaviour:
Expected behavior
test log should have no errors
Screenshots
Desktop (please complete the following information):
Additional context
This may be related to Issue #392 ?