Hi,I'm trying to run the Jbehave release tests in the CI. Currently the build fails with error "Error: no display specified".
But, I have already specified the display and the Xserver is running as a daemon. These configurations can be found here.
For those who don't have access to CI, below are the commands executed before the build runs.
Xvfb :99 -ac& # to run xvfb as daemon
export DISPLAY=":99.0" #exporting the display
Did any one encountered this problem earlier? Any help on this regard is highly appreciated.
--
Regards,
Kishore Kumar Yekkanti.