You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 2, 2020. It is now read-only.
This is not an issues, but maybe a enhancement request if it doesn't already exist and I do not know about it.
It is really nice to have the Go to keyword functionality (ALT+Click), and my question is if there is any way of going from the keyword definition to all its usages within different test-suites.
ALT+Click on 'Execute command 1' in any of the two files, displays the keyword in keyword.robot.
Any command from keyword.robot on 'Execute command 1' displays/gives the ability to go to the testsuite in which this keyword is used in file1 or file2?
The text was updated successfully, but these errors were encountered:
The idea is a good one and it could be also useful in many usage scenarios. Unfortunately, I don't have time to implement it, in the near future. Getting the Selenium2Library back on stable track takes all my interest at the moment.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is not an issues, but maybe a enhancement request if it doesn't already exist and I do not know about it.
It is really nice to have the Go to keyword functionality (ALT+Click), and my question is if there is any way of going from the keyword definition to all its usages within different test-suites.
Example:
file1.robot (linked to keyword.robot)
Execute command 1
Execute command 2
file2.robot (linked to keyword.robot)
Execute command 1
Execute command 3
keyword.robot
Execute command 1
Execute command 2
Execute command 3
ALT+Click on 'Execute command 1' in any of the two files, displays the keyword in keyword.robot.
Any command from keyword.robot on 'Execute command 1' displays/gives the ability to go to the testsuite in which this keyword is used in file1 or file2?
The text was updated successfully, but these errors were encountered: