Event Timeline
Comment Actions
The way to run Selenium tests without docker
- download selenium and phantomjs binaries and put the in one folder
- execute: PATH=/folder/path:$PATH" java -jar selenium-standalone....
- go to another console and goto tests/Selenium directory
- download phpunit.phar, make it executable and execute it
Note: in the first console you can see more debug info.
Comment Actions
There's gotta be some more you need to do, for this simply doesn't seem to execute any tests.
Comment Actions
Hmm... that should work. phpunit.phar should execute all tests defined in phpunit.xml. Is there any output?
Comment Actions
Are you in Roundcube's tests/Selenium directory? What if you run ./phpunit.phar Login.php?