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

Support serving Robot Framework Keywords #42

Open
zeinababbasi opened this issue Sep 17, 2017 · 4 comments
Open

Support serving Robot Framework Keywords #42

zeinababbasi opened this issue Sep 17, 2017 · 4 comments

Comments

@zeinababbasi
Copy link

Server provides robot framework keywords written in ".robot" files.

@pekkaklarck
Copy link
Member

What benefits would this enhancement bring?

@zeinababbasi
Copy link
Author

zeinababbasi commented Sep 18, 2017 via email

@pekkaklarck
Copy link
Member

I understand benefits of reusable resource files. Could you clarify what benefits where would be having them on the remote server side and not where Robot actually is running? Local resource files can use remote keywords without any problems.

If the motivation is to have those higher level keywords in a single place and avoid the need to distribute them to everyone, I would say that's not a very good reason. It's trivial to get resources and other similar data to everyone using version control system.

@nicolae-chedea
Copy link

I could also use this improvement. I am working on a project where we have many Robot resource files with many keywords. These keywords are used in the testcases.
I want to run the existing tests remotely and distributed. Some test steps on one machine, some test steps on another machine and so on. The only way to do that now would be to modify all tests steps to replace the existing Robot keywords with their underlying Python methods.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants