Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue in the library qase-robotframework when using keywords in robotframework script #144

Open
andrea77apple opened this issue Nov 13, 2023 · 0 comments
Labels
bug Something isn't working robotframework

Comments

@andrea77apple
Copy link

andrea77apple commented Nov 13, 2023

This is the example to describe the issue:

Robot Script

*** Settings ***
Documentation An example test suite

*** Test Cases ***
Scenario without keyword
Log To Console OK

Scenario with keyword
MyKeyword

*** Keywords ***
MyKeyword
Log To Console KO

when I execute the script with the command robot --listener qaseio.robotframework.QaseListener .\test-dummy.robot
this error occured:

[ ERROR ] Calling method 'end_test' of listener 'qaseio.robotframework.QaseListener' failed: ApiTypeError: Invalid type for variable '0'. Required value type is dict and passed type was TestStepResultCreate at ['steps'][0]

I suppose there are problems when keywords are used because in the first scenario (without keyword) there are not problems.

@n3r n3r added robotframework bug Something isn't working labels Feb 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working robotframework
Projects
None yet
Development

No branches or pull requests

2 participants