--- TL; DR
At this point, I suggest everyone connect the server / continuous integration service with https://ghostinspector.com/
OLD QUESTION
after a three-day search on Google and tests, I gave up and I need help.
My goal is to allow my employees to register one or more tests with the Selenium IDE. Export them, upload them to the server, and ask this server to run these tests using webdriver with htmlunit. When we create or fix the application, we load the tests to display the test library.
Burn the test with the Selenium IDE in order. But the launch problem is the problem. The machine we intend to resolve is the Amazon linux server. There are no interface files, no kde, gtk, so there is no firefox, chrome, etc. This is why I specified the htmlunit driver.
So far, I have not been able to run this task even on my machine - Ubuntu 12.04 x86_64.
I loaded the selenium-server tar server and tried to run:
java -jar selenium-server.jar -htmlSuite "*webdriver" "our.site.org" "/path/to/testsuite1.html" "/path/to/report1.html"
No success. Even changing "* webdriver" (using another browser popup).
I tried to start the server and stand-alone server and connect through the browser.
I tried PHP bindings via facebook.
I tried PHPUnit and testing Selenium classes - along with their reputable exported scripts from Selenium Formatters.
, . - , .., ?
---
, :
, selenese selenium-server, HtmlUnit?