-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Option in the settings to alter the behaviour to report the keyword name #154
Comments
Transcript from the discord chat, in case it helps someone else with the potential work around and for the background to this issue. Anker01 — Today at 00:06 Also i have another question is there any workaround to have the initial keyword in results , not documentation infos , because it is very confusing ? (edited) damies13 — Today at 00:23 Yes there is sort of a work around, but only for custom keywords: I had actually thought about changing the behaviour at one stage to something similar to what you mentioned but it would have broken the ability to control the name the way it is now. Thinking about you example, I could probably add an option in the settings to alter the behaviour to report the keyword name. |
Note to self: Notes below for the changes need on the agent, this will need to be wrapped in an IF based on the setting in the manager gui, so this will need an RFS_ variable to pass the setting from the manager through the agent to the listener. Anker01 — Today at 18:08 ok i was thiking to change : fd.append(" ResultName = attrs['doc']") to fd.append(" ResultName = name") damies13 — Today at 22:19 If you replace these 4 lines: With just Yes that would do what you want and just report the keyword, after making that change make sure to delete RFSListener2.py as well to ensure it's recreated with the change |
I tuned the reading of the csv file and also copied the agent dir to the test folder in each tests to try and catch the cause of the intermittent failure and then couldn't get it to happen again Issue #154
path issue for windows in CSV to List Run scenario a little longer for Ubuntu (I think it was going to stopping before the 1st robot ran? Issue #154
- windows and ubuntu iamges done - still waiting on macos images Issue #154
and remove bug in Select Option Issue #154
Merged into v1.4.0 branch |
Hi
In report the name of keyword documentation appear , and not the name of the Keyword
For example in my test case i used those keywords :
1) Given the user sends get on endpoint "/api/v1/"
2) Given the user sends POST on endpoint "/api/v1/" and body "{"label":"Temperature"}"
The report will show documentation keywords :
1) Send GET request to the given endpoint. Use this keyword when no headers nor query parameters needed.
2) Send POST request to the given endpoint. Use this keyword when no headers needed. Enable to write directly the body parameter in the keyword title.
If possible to add an option in the settings to alter the behaviour to report the keyword name.
I think it would be better as a scenario wide setting, sowe can set the setting for the complete rfs
The text was updated successfully, but these errors were encountered: