I am trying to run my Siesta tests on my CentOS server. If I run
../vendor/siesta/bin/puppeteer --version
I get:
Siesta : 5.0.0
NodeJS : v6.10.1
Puppeteer : 1.0.0
When I try to run the actual test though
../vendor/siesta/bin/puppeteer SERVER/tests/index.html --debug
It says no runner available
[DEBUG] Dispatcher start
[DEBUG] Runner setup: a Siesta.Launcher.Runner.Puppeteer
[WARN] Error setting up the runner: Error: spawn EACCES
[ERROR] No runners available
[DEBUG] Recevied results for all tests in the suite, proceeding to finalization
Is there something obvious I am missing? Everything seems to be installed and the user I am running as has access to everything.