Is it possible to integrate tests with SELENIUM IDE in Github?

2

I have some tests with SELENIUM IDE and would like to integrate it with a repository in Github. Is it possible?

    
asked by anonymous 20.09.2016 / 19:53

1 answer

1

Apparently, no.

Selenium Webdriver can be integrated with the GitHub API. The difference between Selenium IDE and Selenium Webdriver is that you will have to program the code in some language. GitHub has libraries for the API in the following languages:

20.09.2016 / 20:13