Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Robot Framework Remote Server

In the company here i would like to run Robot Framework tests on every computer without installing Robot Framework.

Can i install Robot framework on a server and every client can send a robot test file to a webserver and they run the test. For now i have tried the Selenium Hub. This works perfect but i will make Robot Framework make remote too. Is this possible to do it? Can i do it with the remote libaries ?

like image 796
Janp95 Avatar asked Feb 06 '23 23:02

Janp95


1 Answers

My solution would be:

  1. A Linux server with SSH, where every user would login and run the tests.
  2. A Jenkins server with proper Plugins to run each modified test.
like image 75
Helio Avatar answered Feb 27 '23 19:02

Helio