You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jenkins...@googlegroups.com
Hi All,
We are trying to use Selenium Grid to execute our test suite on multiple jenkin nodes. For this we need to decide a way in which selenium grid can identify the test cases to be executed on different nodes. Ideally we could have done it using TestNG or Junit annotations, but the problem is our framework is not using either of them. We are executing our test cases using main method. Also the framework we are using is hybrid framework based on keyword driven approach. If any one can provide a solution or an idea to distribute the cases, it will be really helpful.