Is it possible to integrate SELENIUM IDE testing into Github?
Asked
Viewed 60 times
2
I have some tests with the SELENIUM IDE and would like to integrate it with a repository on Github. It is possible?
1 answer
1
Apparently, no.
Selenium Webdriver can be integrated into the Github API. The difference between the Selenium IDE and the Selenium Webdriver is that you will have to program the code in some language. Github has libraries for the API in the following languages:
Thank you very much! I was breaking my head just to know if there was this possibility and you besides answering it, brought me a solution. Vlw even!
– vacobs10
@vacobs10 See here how to use the site. Good studies!
– Leonel Sanches da Silva