Is it possible to programmatically, in java, convert a Selenium HTML file into JUnit source code?
I need my own program, which receives only the resources of these html files, converts them to java code and automatically runs the JUnit test. Is there any way to do this?
In the Selenium IDE, you can export test cases to JUnit, I know this, but I do not want to use the IDE, I need to do this programmatically, as I said earlier.
I believe that someone needed this before, and someone can help me ...
java junit selenium
Jan Tobola
source share