paypal / AATT

Automated Accessibility Testing Tool
BSD 3-Clause "New" or "Revised" License
602 stars 106 forks source link

No results on headless Ubuntu 16.04 #16

Closed exhannibal closed 6 years ago

exhannibal commented 7 years ago

I did a test install on a Ubuntu Gnome 16.04 VM and all worked fine

Now the same install on a headless Ubuntu 16.04 server looked to be working well but now with any test, the loading overlay pops up then disappears and no results are displayed.

Output from AATT AATT:log Express started on port 3000 +0ms AATT:log E N G I N E htmlcs +11s AATT:log +15ms AATT:log E N G I N E chrome +3s AATT:log +4ms AATT:log E N G I N E chrome +4s AATT:log +3ms AATT:log E N G I N E chrome +4s AATT:log +3ms AATT:log E N G I N E axe +6s AATT:log +4ms

philipf50 commented 6 years ago

I am having the exact same issue. No results at all. Fresh install of the latest ubuntu server (headless). Would be nice to get an update on this. Looks like there has been silence on this for almost a year now. I am installing ubuntu-desktop now to see if I can get it working.

rajshrimohanks commented 6 years ago

Same issue here. Doesn't work on Ubuntu server as well as in a Ubuntu docker container. Works in Ubuntu desktop as well as in Linux Mint desktop.

rajshrimohanks commented 6 years ago

I think I got it fixed. This is due to libfontconfig package missing from headless servers/containers which is a dependency for phantomjs (which AATT uses). You should install it manually using

sudo apt-get install libfontconfig